Skip to content

Commit

Permalink
Add root to portaudio install
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-fazil committed Aug 20, 2024
1 parent e88d976 commit 6734aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade setuptools wheel
sudo apt update
sudo apt-get install portaudio19-dev python-pyaudio python3-pyaudio
python -m pip install -e body/
Expand Down

0 comments on commit 6734aa5

Please sign in to comment.