Skip to content

Commit 2c6e14b

Browse files
committed
.github/workflows: ...
1 parent 373cb7d commit 2c6e14b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
uses: pypa/[email protected]
136136
env:
137137
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
138+
CIBW_TEST_SKIP: "cp*"
138139
CIBW_SKIP: "pp* cp*-manylinux*"
139140
CIBW_TEST_COMMAND: >
140141
cd .. &&
@@ -190,6 +191,7 @@ jobs:
190191
uses: pypa/[email protected]
191192
env:
192193
CIBW_MUSLLINUX_AARCH64_IMAGE: musllinux_1_2
194+
CIBW_TEST_SKIP: "cp*"
193195
CIBW_SKIP: "pp* cp*-manylinux*"
194196
CIBW_TEST_COMMAND: >
195197
cd .. &&

0 commit comments

Comments
 (0)