Skip to content

Commit 8f2e84b

Browse files
authored
Fix onnx-weekly CI job failure. (#1874)
* Force to upgrade typing-extensions to a version above 4.0.0. * Choose Y by default while uninstall typing-extensions. Signed-off-by: Jay Zhang <[email protected]>
1 parent f64772c commit 8f2e84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_build/azure_pipelines/templates/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ steps:
6262
# onnx-weekly won't satisfy onnx requirement so uninstallation must happen here
6363
pip uninstall -y onnx
6464
pip install --index-url https://test.pypi.org/simple/ ${PIP_ONNX_NAME:-onnx}
65-
pip uninstall typing-extensions
65+
pip uninstall -y typing-extensions
6666
pip install typing-extensions>4.0.0
6767
fi
6868

0 commit comments

Comments
 (0)