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

Commit

Permalink
Update onnx 1.6.0 to CI build (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiafatom authored Oct 30, 2019
1 parent 446b606 commit dbe7911
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/linux-conda-CI-tf-keras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

Python37:
python.version: '3.7.3'
ONNX_PATH: onnx==1.5.0
ONNX_PATH: onnx==1.6.0
TENSORFLOW_PATH: tensorflow

maxParallel: 3
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/linux-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

Python37:
python.version: '3.7.3'
ONNX_PATH: onnx==1.5.0
ONNX_PATH: onnx==1.6.0
KERAS: keras
TENSORFLOW_PATH: tensorflow

Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/win32-conda-CI-tf-keras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

Python37:
python.version: '3.7'
ONNX_PATH: onnx==1.5.0
ONNX_PATH: onnx==1.6.0
TENSORFLOW_PATH: tensorflow

maxParallel: 3
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/win32-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

Python37:
python.version: '3.7'
ONNX_PATH: onnx==1.5.0
ONNX_PATH: onnx==1.6.0
KERAS: keras
TENSORFLOW_PATH: tensorflow

Expand Down

0 comments on commit dbe7911

Please sign in to comment.