From 8bb0341054cda55cb14baf8359e3540de6abe22f Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Sat, 9 Dec 2023 09:45:46 +0100 Subject: [PATCH] s --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 950c661636..953cd25b4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: build-wheel: name: Build python wheel - needs: test + # needs: test runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4