Pin pytest-subtests version for accelerate tests (#6842)

This commit is contained in:
Logan Adams
2024-12-09 12:24:33 -08:00
committed by GitHub
parent 9a41ccaf44
commit 08b907a226

View File

@ -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