Skip to content

Commit

Permalink
install pyaudio dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Epic-Eric committed Sep 4, 2024
1 parent cea63bd commit 9779fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libsndfile1
sudo apt-get install portaudio19-dev
python -m pip install --upgrade pip==24.0
pip install flake8 pytest black
pip install g2p-en
Expand Down

0 comments on commit 9779fdf

Please sign in to comment.