From 7df749ea70c663957b1883bdd540ddd259d41f13 Mon Sep 17 00:00:00 2001 From: gituser12981u2 Date: Thu, 16 May 2024 22:13:09 -0700 Subject: [PATCH] install portaudio19 before pyaudio --- .github/workflows/ci.yml | 5 +++++ .gitignore | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1216994..a4cac0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,11 @@ jobs: with: python-version: '3.x' + - 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 diff --git a/.gitignore b/.gitignore index 90b0dcf..328639b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,6 @@ pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports -htmlcov/ .tox/ .nox/ .coverage