Skip to content

Commit 47512c2

Browse files
committed
try run test on macos
1 parent f959820 commit 47512c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)