Skip to content

Commit 2fe1be2

Browse files
committed
skip x86 tests due to PIL issues
1 parent de320c4 commit 2fe1be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
CIBW_REPAIR_WHEEL_COMMAND_LINUX: 'mv {wheel} {dest_dir}/"$(basename {wheel} | sed "s/-linux_/-manylinux_2_17_/")"'
8484
CIBW_TEST_REQUIRES: pytest
8585
CIBW_TEST_COMMAND: pytest -v -s {package}/tests
86-
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"
86+
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64 *-manylinux_i686 *-win32"
8787

8888
- name: Publish to PyPI
8989
if: success() && github.event_name == 'push' && env.TWINE_PASSWORD != '' && github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)