Skip to content

Commit

Permalink
TST: fix failing runners on MacOS (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed May 3, 2024
1 parent 069cc04 commit ce623f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ pytest
pytest-cov
pytest-console-scripts
pytest-doctestplus
# We experienced an error on MacOS runners,
# see https://github.com/audeering/audresample/issues/57
# In https://github.com/apple/ml-stable-diffusion/issues/8
# it is proposed to use version 4.66.1 of tqdm to fix this.
tqdm==4.66.1

0 comments on commit ce623f6

Please sign in to comment.