From 101903b92460fd79d0894f3f584d88437bc0ffcd Mon Sep 17 00:00:00 2001 From: Paul Kronenwetter Date: Fri, 7 Oct 2022 15:44:10 +0000 Subject: [PATCH] Add pyaudio to pip install Use pip to install pyaudio, in addition to the debian package, as a test. --- .github/workflows/ctest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index 01d342a0..8be768ed 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -24,7 +24,7 @@ jobs: run: | sudo apt-get update sudo apt-get install octave octave-common octave-signal sox portaudio19-dev python3-pyaudio - pip3 install psutil crcengine ujson pyserial numpy structlog sounddevice + pip3 install psutil crcengine ujson pyserial numpy structlog sounddevice pyaudio pip3 install pytest pytest-rerunfailures - name: Build codec2