Skip to content

Commit

Permalink
Add librosa as test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jan 10, 2024
1 parent c4846a1 commit 0d45f6f
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 @@ -27,7 +27,7 @@ jobs:
env:
CIBW_ARCHS: "auto64"
CIBW_SKIP: "cp36-* cp37-* pp37-* pp310-* cp312-*"
CIBW_TEST_REQUIRES: cffi pytest
CIBW_TEST_REQUIRES: cffi pytest librosa==0.10.0.post2
CIBW_TEST_COMMAND: "pytest {project}/tests"
run: |
python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 0d45f6f

Please sign in to comment.