File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments