Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit dbe7911

Browse files
authored
Update onnx 1.6.0 to CI build (#284)
1 parent 446b606 commit dbe7911

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.azure-pipelines/linux-conda-CI-tf-keras.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
Python37:
2828
python.version: '3.7.3'
29-
ONNX_PATH: onnx==1.5.0
29+
ONNX_PATH: onnx==1.6.0
3030
TENSORFLOW_PATH: tensorflow
3131

3232
maxParallel: 3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
Python37:
3030
python.version: '3.7.3'
31-
ONNX_PATH: onnx==1.5.0
31+
ONNX_PATH: onnx==1.6.0
3232
KERAS: keras
3333
TENSORFLOW_PATH: tensorflow
3434

.azure-pipelines/win32-conda-CI-tf-keras.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
Python37:
2828
python.version: '3.7'
29-
ONNX_PATH: onnx==1.5.0
29+
ONNX_PATH: onnx==1.6.0
3030
TENSORFLOW_PATH: tensorflow
3131

3232
maxParallel: 3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
Python37:
3030
python.version: '3.7'
31-
ONNX_PATH: onnx==1.5.0
31+
ONNX_PATH: onnx==1.6.0
3232
KERAS: keras
3333
TENSORFLOW_PATH: tensorflow
3434

0 commit comments

Comments
 (0)