diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index b3985bfd..9a5fc507 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -20,6 +20,7 @@ jobs: CIBW_SKIP: pp* CIBW_BEFORE_BUILD: bash scripts/cibw_before_all.sh CIBW_TEST_EXTRAS: tests + CIBW_TEST_SKIP: cp38-macosx_arm64 CIBW_TEST_COMMAND: > pytest {package}/test/ && python {package}/test_cython/runtests.py