Skip to content

Commit

Permalink
fix deps list
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Aug 24, 2024
1 parent 55f0aad commit 76641da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Add requirements
run: sudo apt install -y libopus-dev libopusfile-dev libopusenc-dev && python -m pip install --upgrade wheel setuptools
run: |
sudo apt install -y libopus-dev libopusfile-dev libopusenc-dev
python -m pip install --upgrade wheel setuptools librosa
- name: Build and install
run: pip install --verbose .
- name: Test
Expand Down

0 comments on commit 76641da

Please sign in to comment.