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