Skip to content

Commit

Permalink
Disable builds for pypy because of CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jan 10, 2024
1 parent 0d45f6f commit 8d414bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build and test wheels
env:
CIBW_ARCHS: "auto64"
CIBW_SKIP: "cp36-* cp37-* pp37-* pp310-* cp312-*"
CIBW_SKIP: "cp36-* cp37-* pp* cp312-*"
CIBW_TEST_REQUIRES: cffi pytest librosa==0.10.0.post2
CIBW_TEST_COMMAND: "pytest {project}/tests"
run: |
Expand Down

0 comments on commit 8d414bb

Please sign in to comment.