Skip to content

Commit df7277d

Browse files
committed
Filter out cibuildwheel warning for testing MacOS wheels on 3.8
See pypa/cibuildwheel#1169
1 parent 995c34c commit df7277d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
CIBW_SKIP: pp*
2121
CIBW_BEFORE_BUILD: bash scripts/cibw_before_all.sh
2222
CIBW_TEST_EXTRAS: tests
23+
CIBW_TEST_SKIP: cp38-macosx_arm64
2324
CIBW_TEST_COMMAND: >
2425
pytest {package}/test/ &&
2526
python {package}/test_cython/runtests.py

0 commit comments

Comments
 (0)