Skip to content

Commit 978cb19

Browse files
committed
pin to the older tf2onnx
1 parent 905a025 commit 978cb19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
conda install -c conda-forge cmake
3838
python -m pip install $(ONNX_PATH)
3939
python -m pip install tensorflow-cpu==1.15.0
40-
python -m pip install tf2onnx
40+
python -m pip install tf2onnx==1.5.6
4141
python -m pip install git+https://github.com/microsoft/[email protected]
4242
python -m pip install git+https://github.com/onnx/[email protected]
4343
python -m pip install -r requirements.txt

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo Test numpy installation... && python -c "import numpy"
3939
pip install %COREML_PATH% %ONNX_PATH%
4040
python -m pip install tensorflow-cpu==1.15.0
41-
python -m pip install tf2onnx
41+
python -m pip install tf2onnx==1.5.6
4242
python -m pip install git+https://github.com/microsoft/onnxconverter-common@@r1.7
4343
python -m pip install git+https://github.com/onnx/keras-onnx@@r1.7
4444
echo Test onnxconverter-common installation... && python -c "import onnxconverter_common"

0 commit comments

Comments
 (0)