Skip to content

Commit

Permalink
Install PortAudio library for workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobTh98 committed Oct 25, 2023
1 parent c7662e7 commit d772d4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run_nb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
- run: pip install -r requirements.txt
- run: pip install -r ci/requirements.txt

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

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

0 comments on commit d772d4e

Please sign in to comment.