diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 64d0aa0..b7d8880 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -50,7 +50,7 @@ jobs: - name: Build wheel uses: pypa/cibuildwheel@v2.22.0 env: - CIBW_SKIP: cp36* cp37* pp* cp313* *musllinux* + CIBW_SKIP: cp36* cp37* pp* *musllinux* CIBW_TEST_COMMAND: pytest --regression {package}/tests CIBW_BEFORE_TEST: pip install pytest dials-data