Skip to content

Commit 905a025

Browse files
committed
binding to r1.7 release branch
1 parent 57f8e15 commit 905a025

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
python -m pip install $(ONNX_PATH)
3939
python -m pip install tensorflow-cpu==1.15.0
4040
python -m pip install tf2onnx
41-
python -m pip install git+https://github.com/microsoft/onnxconverter-common
42-
python -m pip install git+https://github.com/onnx/keras-onnx
41+
python -m pip install git+https://github.com/microsoft/onnxconverter-common@r1.7
42+
python -m pip install git+https://github.com/onnx/keras-onnx@r1.7
4343
python -m pip install -r requirements.txt
4444
python -m pip install -r requirements-dev.txt
4545
python -m pip install $(ORT_PATH)

.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
42-
python -m pip install git+https://github.com/microsoft/onnxconverter-common
43-
python -m pip install git+https://github.com/onnx/keras-onnx
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
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)