Skip to content

Commit

Permalink
fix ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrosenzweig committed Aug 12, 2024
1 parent b6a98c2 commit 39d627e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
python-version: 3.11
- name: Install dependencies
run: |
sudo apt install portaudio19-dev libportaudio2
python -m pip install --upgrade pip
pip install flake8 pytest
- name: Lint with flake8
Expand Down

0 comments on commit 39d627e

Please sign in to comment.