Unverified Commit c24c5245 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Further pin pytest version (in a temporary way) (#28780)



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 6f7d5db5
......@@ -513,7 +513,7 @@ doc_test_job = CircleCIJob(
"pip install --upgrade --upgrade-strategy eager pip",
"pip install -U --upgrade-strategy eager -e .[dev]",
"pip install -U --upgrade-strategy eager -e git+https://github.com/huggingface/accelerate@main#egg=accelerate",
"pip install --upgrade --upgrade-strategy eager pytest pytest-sugar",
"pip install --upgrade --upgrade-strategy eager 'pytest<8.0.0' pytest-sugar",
"pip install -U --upgrade-strategy eager 'natten<0.15.0'",
"pip install -U --upgrade-strategy eager g2p-en",
"find -name __pycache__ -delete",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment