Skip to content

Commit

Permalink
set portaudio installation to sudo.
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobTh98 committed Oct 25, 2023
1 parent d772d4e commit 53d55f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_nb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- run: pip install -r ci/requirements.txt

- name: Install PortAudio library
run: apt-get install libportaudio2
- run: apt-get install libasound-dev
run: sudo apt-get install libportaudio2
- run: sudo apt-get install libasound-dev

- name: Find notebooks
id: find-notebooks
Expand Down

0 comments on commit 53d55f4

Please sign in to comment.