mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 15:33:51 +08:00
Pin pytest-subtests version for accelerate tests (#6842)
This commit is contained in:
4
.github/workflows/nv-accelerate-v100.yml
vendored
4
.github/workflows/nv-accelerate-v100.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user