Skip to content

Commit

Permalink
fix ci for tf-13
Browse files Browse the repository at this point in the history
  • Loading branch information
guschmue committed Nov 1, 2019
1 parent d387199 commit 0f9835e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci_build/azure_pipelines/onnxruntime_nightly_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ stages:
parameters:
platforms: ['linux', 'windows']
python_versions: ['3.6', '3.5']
tf_versions: ['1.13','1.12', '1.11', '1.10', '1.9', '1.8', '1.7', '1.6', '1.5']
tf_versions: ['1.13.1','1.12', '1.11', '1.10', '1.9', '1.8', '1.7', '1.6', '1.5']
onnx_opsets: ['']
onnx_backends: {onnxruntime: ['nightly']}
job:
Expand Down
2 changes: 1 addition & 1 deletion ci_build/azure_pipelines/unit_test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ stages:
parameters:
platforms: ['linux', 'windows']
python_versions: ['3.6', '3.5']
tf_versions: ['1.13', '1.11', '1.10', '1.9', 1.7', '1.5']
tf_versions: ['1.13.1', '1.11', '1.10', '1.9', 1.7', '1.5']
onnx_opsets: ['']
job:
steps:
Expand Down

0 comments on commit 0f9835e

Please sign in to comment.