Skip to content

Commit

Permalink
Try 3.13 Numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Aug 18, 2024
1 parent f8bf6fb commit 2b2d380
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 @@ -68,7 +68,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 cp313-win_amd64
CIBW_TEST_SKIP: pp* *_i686
run: |
pip install cibuildwheel delvewheel
cibuildwheel --output-dir dist
Expand Down

0 comments on commit 2b2d380

Please sign in to comment.