Skip to content

Commit 9779fdf

Browse files
committed
install pyaudio dependencies
1 parent cea63bd commit 9779fdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: |
2727
sudo apt-get update
2828
sudo apt-get install libsndfile1
29+
sudo apt-get install portaudio19-dev
2930
python -m pip install --upgrade pip==24.0
3031
pip install flake8 pytest black
3132
pip install g2p-en

0 commit comments

Comments
 (0)