Skip to content

Commit 40e51a8

Browse files
committed
skip testing for cp38-macosx_arm64 (pypa/cibuildwheel#1169)
1 parent 3538513 commit 40e51a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ macos_arm64_wheel_task:
144144
CIBW_BEFORE_TEST: >
145145
python -m pip install --find-links=wheelhouse/ -r requirements.txt
146146
CIBW_TEST_COMMAND: bash {project}/tests/run_tests.sh
147+
CIBW_TEST_SKIP: cp38-macosx_*:arm64
147148
PATH: $HOME/mambaforge/bin/:$PATH
148149
CONDA_HOME: $HOME/mambaforge
149150
conda_script:

0 commit comments

Comments
 (0)