Skip to content

Commit

Permalink
Skip building pypy wheels on Linux as well
Browse files Browse the repository at this point in the history
This also shows segfaults now, so extend the skipped platforms.
  • Loading branch information
bbannier committed Dec 1, 2023
1 parent bb48ea6 commit 6128a28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
- name: Build and test wheels
uses: pypa/[email protected]
env:
# We currently skip all PyPy builds on Windows and MacOS due to hard
# exits and segfaults of the Python interpreter with some input trees.
CIBW_SKIP: pp*-win* pp*-macosx*
# We currently skip all PyPy builds due to hard exits and
# segfaults of the Python interpreter with some input trees.
CIBW_SKIP: pp*
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: python -mpytest {project}
CIBW_TEST_COMMAND_WINDOWS: python.exe -mpytest {project}
Expand Down

0 comments on commit 6128a28

Please sign in to comment.