Skip to content

Commit

Permalink
fixing the allowed-failure tests by pre-installing the pyo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scfleming committed Jan 15, 2025
1 parent e1938c7 commit 1d48eed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ jobs:
- name: Install language-pack-de and tzdata
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get install language-pack-de tzdata
- name: Install pyo dependencies
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get install portaudio19-dev libsndfile1-dev libportmidi-dev liblo-dev
- name: Install Python dependencies
run: python -m pip install --upgrade tox codecov
- name: Run tests
Expand Down

0 comments on commit 1d48eed

Please sign in to comment.