Skip to content

Commit

Permalink
Updated workflows to install libsndfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Sep 9, 2023
1 parent c7c265f commit bc4cc92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get install libsndfile1
python -m pip install --upgrade pip
python -m pip install pytest hypothesis coverage pytest-coverage
python -m pip install .
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- name: Install soundevent
run: |
sudo apt-get install libsndfile1
python -m pip install --upgrade pip
python -m pip install .
- uses: actions/cache@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
sudo apt-get install libsndfile1
python -m pip install --upgrade pip
pip install build
- name: Build package
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get install libsndfile1
python -m pip install --upgrade pip
python -m pip install pytest hypothesis ruff mypy black
python -m pip install .
Expand Down

0 comments on commit bc4cc92

Please sign in to comment.