Skip to content

Commit e69a30c

Browse files
committed
Activate opset12 tests
1 parent ac395f3 commit e69a30c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci_build/azure_pipelines/templates/job_generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parameters:
55
python_versions: ['3.7']
66
tf_versions: ['']
77
onnx_versions: ['']
8-
onnx_opsets: ['11', '10', '9', '8', '7']
8+
onnx_opsets: ['12', '11', '10', '9', '8', '7']
99
onnx_backends: {onnxruntime: ['1.2.0']}
1010
job: {}
1111
run_setup: 'True'

ci_build/azure_pipelines/templates/unit_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Run unit test
22

33
parameters:
4-
onnx_opsets: ['11', '10', '9', '8', '7']
4+
onnx_opsets: ['12', '11', '10', '9', '8', '7']
55

66
steps:
77
- ${{ each onnx_opset in parameters.onnx_opsets }}:

0 commit comments

Comments
 (0)