We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a2a92 commit e3ea89cCopy full SHA for e3ea89c
ci_build/azure_pipelines/templates/setup.yml
@@ -12,7 +12,11 @@ steps:
12
then
13
pip install $(CI_PIP_ONNX_NAME) $(CI_PIP_ONNX_BACKEND_NAME) numpy --no-deps -U
14
fi
15
-
+ if [[ $ONNX_TEST == "true" ]] ;
16
+ then
17
+ pip uninstall -y onnx
18
+ pip install --index-url https://test.pypi.org/simple/ onnx
19
+ fi
20
if [[ $CI_ONNXRUNTIME_NIGHTLY == "true" ]] ;
21
22
pip uninstall -y onnxruntime
0 commit comments