Skip to content

Commit 382ca37

Browse files
authored
fix CIBW_TEST_SKIP (#257)
1 parent f9c17a0 commit 382ca37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-to-pypi.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
6868
CIBW_BEFORE_ALL_WINDOWS: ${{ matrix.before }}
6969
CIBW_BUILD_FRONTEND: build
7070
CIBW_ENVIRONMENT: ${{ matrix.env }}
71-
CIBW_SKIP: cp36-* *-macosx_universal2:arm64
71+
CIBW_SKIP: cp36-*
72+
CIBW_TEST_SKIP: "*-macosx_universal2:arm64"
7273
CIBW_TEST_COMMAND: python {package}/tests.py
7374

7475
- name: Store the distribution packages

0 commit comments

Comments
 (0)