Skip to content

Commit

Permalink
fix CIBW_TEST_SKIP (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
foundkey authored May 25, 2024
1 parent f9c17a0 commit 382ca37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
CIBW_BEFORE_ALL_WINDOWS: ${{ matrix.before }}
CIBW_BUILD_FRONTEND: build
CIBW_ENVIRONMENT: ${{ matrix.env }}
CIBW_SKIP: cp36-* *-macosx_universal2:arm64
CIBW_SKIP: cp36-*
CIBW_TEST_SKIP: "*-macosx_universal2:arm64"
CIBW_TEST_COMMAND: python {package}/tests.py

- name: Store the distribution packages
Expand Down

0 comments on commit 382ca37

Please sign in to comment.