ci: add PortAudio system dependency for Ubuntu tests

This commit is contained in:
Paul Gauthier (aider) 2024-12-01 06:06:03 -08:00
parent 36b59ba617
commit 1271c037ef

View file

@ -33,6 +33,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y portaudio19-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip