Skip to content

Commit

Permalink
TST: fix failing runners on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed May 3, 2024
1 parent 069cc04 commit 716f7cb
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 716f7cb

Please sign in to comment.