Skip to content

Commit b073eef

Browse files
committed
Disable building pypy wheels
1 parent 787917b commit b073eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
CIBW_ENVIRONMENT_MACOS: PKG_CONFIG_PATH=/tmp/vendor/lib/pkgconfig LDFLAGS=-headerpad_max_install_names
6666
CIBW_ENVIRONMENT_WINDOWS: INCLUDE=C:\\cibw\\vendor\\include LIB=C:\\cibw\\vendor\\lib PYAV_SKIP_TESTS=unicode_filename
6767
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: delvewheel repair --add-path C:\cibw\vendor\bin -w {dest_dir} {wheel}
68-
CIBW_SKIP: "*-musllinux*"
68+
CIBW_SKIP: "pp* *-musllinux*"
6969
CIBW_TEST_COMMAND: mv {project}/av {project}/av.disabled && python -m pytest {package}/tests && mv {project}/av.disabled {project}/av
7070
CIBW_TEST_REQUIRES: pytest numpy
7171
# skip tests when there are no binary wheels of numpy
72-
CIBW_TEST_SKIP: pp* *_i686
72+
CIBW_TEST_SKIP: "*_i686"
7373
run: |
7474
pip install cibuildwheel delvewheel
7575
cibuildwheel --output-dir dist

0 commit comments

Comments
 (0)