Skip to content

Commit

Permalink
CI: install portaudio for Macos
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Nov 21, 2024
1 parent a9bc048 commit e3d88a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Prepare Macos
run: |
brew install portaudio
if matrix.os == 'macos-latest'

- name: Prepare Ubuntu
run: |
sudo apt-get update
Expand Down

0 comments on commit e3d88a0

Please sign in to comment.