Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmc2005 authored Feb 11, 2025
1 parent 0e69d18 commit f595580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install apt dependencies
run: |
sudo apt-get update
sudo apt-get -y install ffmpeg libportaudio2=19.6.0-1.1
sudo apt-get -y install ffmpeg libportaudio2
- name: Install pip dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quick-runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install apt dependencies
run: |
sudo apt-get update
sudo apt-get -y install ffmpeg libportaudio2=19.6.0-1.1 sox
sudo apt-get -y install ffmpeg libportaudio2 sox
- name: Install pip dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f595580

Please sign in to comment.