File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138 # https://github.com/pypa/cibuildwheel/issues/1603
139139 # Ignore tests for pypy since not all dependencies are compiled for it
140140 # and would require a local rust build chain
141- CIBW_TEST_SKIP : " pp* *macosx* "
141+ CIBW_TEST_SKIP : " pp*"
142142
143143 - name : Add source distribution
144144 if : startsWith(matrix.os, 'ubuntu')
@@ -269,7 +269,7 @@ jobs:
269269 # https://github.com/pypa/cibuildwheel/issues/1603
270270 # Ignore tests for pypy since not all dependencies are compiled for it
271271 # and would require a local rust build chain
272- CIBW_TEST_SKIP : " pp* *macosx* "
272+ CIBW_TEST_SKIP : " pp*"
273273
274274 - name : Add source distribution
275275 if : startsWith(matrix.os, 'ubuntu')
You can’t perform that action at this time.
0 commit comments