Skip to content

Commit

Permalink
Update python-app.yml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
msanguineti authored Feb 29, 2024
1 parent 8967583 commit d512038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
python-version: "3.9"
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y portaudio19-dev
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit d512038

Please sign in to comment.