Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cparcerisas authored Nov 20, 2023
1 parent f61576e commit 134c7f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
python-version: ${{ matrix.python-versions }}
- name: Install poetry
run: |
sudo apt-get update
python -m pip install --upgrade pip
sudo apt-get install libsndfile1
python -m pip install poetry
Expand All @@ -34,4 +35,4 @@ jobs:
- name: Run unit tests
run: |
make tests
make tests

0 comments on commit 134c7f2

Please sign in to comment.