We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ddf33 commit 6cfc0dfCopy full SHA for 6cfc0df
1 file changed
.github/workflows/codetest.yml
@@ -21,6 +21,7 @@ jobs:
21
cache: 'pip'
22
- name: Install dependencies
23
run: |
24
+ sudo apt-get install -y libasound-dev portaudio19-dev libportaudio2 libportaudiocpp0
25
echo "PYTHONPATH=${{ github.workspace }}" >> $GITHUB_ENV
26
python -m pip install --progress-bar off --upgrade pip
27
pip install --progress-bar off wheel
0 commit comments