Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
K0lb3 authored Sep 23, 2024
1 parent 6c0f2cd commit 6772a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
CIBW_ARCHS_LINUX: auto aarch64
CIBW_TEST_REQUIRES: pytest pillow
CIBW_TEST_COMMAND: pytest -v -s {package}/tests
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64 *-win32 *-manylinux_i686"
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64 *-win32 *-manylinux_i686 *pp*"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6772a7b

Please sign in to comment.