Skip to content

Commit

Permalink
Skip 3.13 Windows (broken numpy)
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Aug 17, 2024
1 parent 8d76aac commit 4f14a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
CIBW_TEST_COMMAND: mv {project}/av {project}/av.disabled && python -m unittest discover -t {project} -s tests && mv {project}/av.disabled {project}/av
CIBW_TEST_REQUIRES: numpy
# skip tests when there are no binary wheels of numpy
CIBW_TEST_SKIP: pp* *_i686
CIBW_TEST_SKIP: pp* *_i686 cp313-win_amd64
run: |
pip install cibuildwheel delvewheel
cibuildwheel --output-dir dist
Expand Down

0 comments on commit 4f14a7c

Please sign in to comment.