Skip to content

Commit

Permalink
github: fix test action (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbredin authored Sep 20, 2023
1 parent b9548a7 commit 1af9d44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Install libsndfile
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install libsndfile1
- name: Install pyannote.audio
run: |
Expand Down

0 comments on commit 1af9d44

Please sign in to comment.