Skip to content

Commit

Permalink
CI: exclude PyPy from uncommon architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
James-E-A committed Jan 31, 2024
1 parent f492550 commit 8c779a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
github_os: ubuntu-20.04
cibw_archs: ppc64le s390x

exclude:
- os: Linux (Extra Architectures)
# FIXME? cibuildwheel disagrees with this
py-impl: "PyPy 3.X"

steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 8c779a5

Please sign in to comment.