Skip to content

Commit 7244450

Browse files
committed
[CI] skip PyPy tests (no scipy wheels available)
1 parent ccb0847 commit 7244450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheel.yml

+1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ jobs:
252252
output-dir: dist
253253
env:
254254
CIBW_ENABLE: 'pypy'
255+
CIBW_TEST_SKIP: 'pp*'
255256

256257
- name: Upload package
257258
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)