diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index e147b2bf..32d6e2bb 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -24,6 +24,7 @@ jobs: env: CIBW_ARCHS_LINUX: auto CIBW_ARCHS_MACOS: x86_64 arm64 + CIBW_TEST_SKIP: *-macosx_arm64 - uses: actions/upload-artifact@v3 with: