Skip to content

Commit

Permalink
Unpin pytest-subtests now that 0.14.1 is released (#6844)
Browse files Browse the repository at this point in the history
The issue we encountered was covered here:
pytest-dev/pytest-subtests#173

And is resolved with the latest changes from this PR:
pytest-dev/pytest-subtests#174, and is
published in the latest version 0.14.1.
  • Loading branch information
loadams authored Dec 10, 2024
1 parent 0c92c39 commit 06f1d36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nv-accelerate-v100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,5 @@ jobs:
pip install .[testing]
# force protobuf version due to issues
pip install "protobuf<4.21.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 06f1d36

Please sign in to comment.