Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
arch: x86_64
- os: ubuntu-24.04-arm
arch: aarch64
- os: ubuntu-24.04
arch: i686
- os: ubuntu-24.04
arch: x86_64
- os: windows-latest
Expand Down Expand Up @@ -67,8 +65,6 @@ jobs:
CIBW_SKIP: "pp*"
CIBW_TEST_COMMAND: mv {project}/av {project}/av.disabled && python -m pytest {package}/tests && mv {project}/av.disabled {project}/av
CIBW_TEST_REQUIRES: pytest numpy
# skip tests when there are no binary wheels of numpy
CIBW_TEST_SKIP: "*_i686"
run: |
pip install cibuildwheel delvewheel
cibuildwheel --output-dir dist
Expand Down
Loading