Skip to content

Commit c5aba9a

Browse files
Fix nightly build by moving tf2.4.1 to Python3.7 (#1611)
Signed-off-by: Tom Wildenhain <[email protected]>
1 parent 6bb1c25 commit c5aba9a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

ci_build/azure_pipelines/onnxruntime_nightly_test.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,24 @@ stages:
5151
steps:
5252
- template: 'unit_test.yml'
5353
report_coverage: 'True'
54+
55+
- template: 'templates/job_generator.yml'
56+
parameters:
57+
platforms: ['linux']
58+
python_versions: ['3.7']
59+
tf_versions: ['2.4.1']
60+
onnx_opsets: ['']
61+
onnx_backends: {onnxruntime: ['nightly']}
62+
job:
63+
steps:
64+
- template: 'unit_test.yml'
65+
report_coverage: 'True'
5466

5567
- template: 'templates/job_generator.yml'
5668
parameters:
5769
platforms: ['linux']
5870
python_versions: ['3.9']
59-
tf_versions: ['2.5.0', '2.4.1']
71+
tf_versions: ['2.5.0']
6072
onnx_opsets: ['']
6173
onnx_backends: {onnxruntime: ['nightly']}
6274
job:

0 commit comments

Comments
 (0)