Skip to content

Commit 2bc2b75

Browse files
committed
try run test for pypy
1 parent 47512c2 commit 2bc2b75

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/python-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +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*"
142-
141+
143142
- name: Add source distribution
144143
if: startsWith(matrix.os, 'ubuntu')
145144
run: ls -lah dist/* && cp dist/* wheelhouse/
@@ -269,8 +268,7 @@ jobs:
269268
# https://github.com/pypa/cibuildwheel/issues/1603
270269
# Ignore tests for pypy since not all dependencies are compiled for it
271270
# and would require a local rust build chain
272-
CIBW_TEST_SKIP: "pp*"
273-
271+
274272
- name: Add source distribution
275273
if: startsWith(matrix.os, 'ubuntu')
276274
run: ls -lah dist/* && cp dist/* wheelhouse/

0 commit comments

Comments
 (0)