Skip to content

Commit

Permalink
[ONNX] Upgrade ORT to fix CI (#2579)
Browse files Browse the repository at this point in the history
* Upgrade ORT to fix build

* Update .travis.yml
  • Loading branch information
neginraoof authored Aug 14, 2020
1 parent c547e5c commit 27278ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 27278ec

Please sign in to comment.