We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b42f0b commit 8501b89Copy full SHA for 8501b89
.jenkins/caffe2/test.sh
@@ -171,7 +171,7 @@ if [[ "$BUILD_ENVIRONMENT" == *onnx* ]]; then
171
# default pip version is too old(9.0.2), unable to support tag `manylinux2010`.
172
# Fix the pip error: Couldn't find a version that satisfies the requirement
173
pip install --upgrade pip
174
- pip install -q --user -i https://test.pypi.org/simple/ ort-nightly==1.4.0.dev202008122
+ pip install -q --user -i https://test.pypi.org/simple/ ort-nightly==1.5.0.dev202009182
175
fi
176
"$ROOT_DIR/scripts/onnx/test.sh"
177
0 commit comments