Skip to content

Commit 19fe2d0

Browse files
committed
Skip failing PyPy builds
For non-windows builds, the wheels could actually be created but didn't pass the tests.
1 parent a379099 commit 19fe2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: "Build wheels"
2323
uses: "pypa/[email protected]"
2424
env:
25-
CIBW_SKIP: "pp38-win_amd64" # FIXME
25+
CIBW_SKIP: "pp*" # FIXME
2626
CIBW_BEFORE_BUILD: "pip install -U cython && ./update_cpp.sh"
2727
CIBW_BEFORE_BUILD_WINDOWS: "pip install -U cython && update_cpp.sh"
2828
CIBW_TEST_REQUIRES: "pytest"

0 commit comments

Comments
 (0)