Skip to content

Commit

Permalink
fixed the weird error.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl committed Jun 8, 2020
1 parent 978cb19 commit 9976c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/win32-CI-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
pip install %COREML_PATH% %ONNX_PATH%
python -m pip install tensorflow-cpu==1.15.0
python -m pip install tf2onnx==1.5.6
python -m pip install git+https://github.com/microsoft/onnxconverter-common@@r1.7
python -m pip install git+https://github.com/onnx/keras-onnx@@r1.7
python -m pip install git+https://github.com/microsoft/[email protected]
python -m pip install git+https://github.com/onnx/[email protected]
echo Test onnxconverter-common installation... && python -c "import onnxconverter_common"
pip install -r requirements.txt
pip install -r requirements-dev.txt
Expand Down

0 comments on commit 9976c7f

Please sign in to comment.