Skip to content

Commit

Permalink
removed install the library libsndfile1 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cparcerisas committed Sep 5, 2024
1 parent 123e767 commit 545e853
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-versions: ["3.10", "3.11"]
python-versions: ["3.9", "3.10", "3.11"]
os: [ ubuntu-20.04 ]
runs-on: ${{ matrix.os }}

Expand All @@ -22,8 +22,7 @@ jobs:
with:
python-version: ${{ matrix.python-versions }}
- name: Install dependencies
run: |
sudo apt-get install libsndfile1
run: |
make init-test
- name: Run unit tests
Expand Down

0 comments on commit 545e853

Please sign in to comment.