Skip to content

Commit

Permalink
CI: specify audb version in minimum test (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Jul 11, 2024
1 parent 384d99c commit e3fd511
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
pip install "pandas==2.1.0"
pip install "pyarrow==10.0.1"
pip install "pyyaml==5.4.1"
# need to use an audb version in the test,
# that supports audeer==2.0.0
pip install "audb==1.7.4"
if: matrix.requirements == 'minimum'

- name: Test with pytest
Expand Down

0 comments on commit e3fd511

Please sign in to comment.