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 978cb19 commit 9976c7fCopy full SHA for 9976c7f
.azure-pipelines/win32-CI-nightly.yml
@@ -39,8 +39,8 @@ jobs:
39
pip install %COREML_PATH% %ONNX_PATH%
40
python -m pip install tensorflow-cpu==1.15.0
41
python -m pip install tf2onnx==1.5.6
42
- python -m pip install git+https://github.com/microsoft/onnxconverter-common@@r1.7
43
- 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]
44
echo Test onnxconverter-common installation... && python -c "import onnxconverter_common"
45
pip install -r requirements.txt
46
pip install -r requirements-dev.txt
0 commit comments