Skip to content

Commit

Permalink
CI: Remove install of soundfile on ubuntu
Browse files Browse the repository at this point in the history
No longer needed now that the wheel includes it
  • Loading branch information
NickleDave committed Sep 28, 2023
1 parent 1a60ea5 commit 7f4665e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: install libsndfile1 on ubuntu
if: matrix.os == 'ubuntu-latest'
run: sudo apt install libsndfile1
- name: run tests
run: |
pip install nox
Expand Down

0 comments on commit 7f4665e

Please sign in to comment.