Skip to content

Commit

Permalink
Filter out cibuildwheel warning for testing MacOS wheels on 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Mar 9, 2024
1 parent 995c34c commit df7277d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels.yml
Expand Up @@ -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
Expand Down

0 comments on commit df7277d

Please sign in to comment.