Unverified Commit 27278ec8 authored by Negin Raoof's avatar Negin Raoof Committed by GitHub
Browse files

[ONNX] Upgrade ORT to fix CI (#2579)

* Upgrade ORT to fix build

* Update .travis.yml
parent c547e5cb
......@@ -34,7 +34,7 @@ before_install:
- |
if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then
pip install -q --user typing-extensions==3.6.6
pip install -q --user -i https://test.pypi.org/simple/ ort-nightly==1.3.0.dev202005123
pip install -q --user -i https://test.pypi.org/simple/ ort-nightly==1.4.0.dev202008122
fi
- conda install av -c conda-forge
......
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