We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995c34c commit df7277dCopy full SHA for df7277d
.github/workflows/build_wheels.yml
@@ -20,6 +20,7 @@ jobs:
20
CIBW_SKIP: pp*
21
CIBW_BEFORE_BUILD: bash scripts/cibw_before_all.sh
22
CIBW_TEST_EXTRAS: tests
23
+ CIBW_TEST_SKIP: cp38-macosx_arm64
24
CIBW_TEST_COMMAND: >
25
pytest {package}/test/ &&
26
python {package}/test_cython/runtests.py
0 commit comments