Skip to content

Commit 9976c7f

Browse files
committed
fixed the weird error.
1 parent 978cb19 commit 9976c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/win32-CI-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
pip install %COREML_PATH% %ONNX_PATH%
4040
python -m pip install tensorflow-cpu==1.15.0
4141
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
42+
python -m pip install git+https://github.com/microsoft/[email protected]
43+
python -m pip install git+https://github.com/onnx/[email protected]
4444
echo Test onnxconverter-common installation... && python -c "import onnxconverter_common"
4545
pip install -r requirements.txt
4646
pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)