Skip to content

Commit

Permalink
Pin pytest-subtests version for accelerate tests (#6842)
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams authored Dec 9, 2024
1 parent 9a41cca commit 08b907a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nv-accelerate-v100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
pip install .[testing]
# force protobuf version due to issues
pip install "protobuf<4.21.0"
# tmp fix: force newer datasets version
#pip install "datasets>=2.0.0"
# force pytest-subtests version due to issues
pip install pytest-subtests==0.13.1
pip list
pytest $PYTEST_OPTS --color=yes --durations=0 --verbose tests/deepspeed

0 comments on commit 08b907a

Please sign in to comment.