File tree Expand file tree Collapse file tree 4 files changed +18
-23
lines changed Expand file tree Collapse file tree 4 files changed +18
-23
lines changed Original file line number Diff line number Diff line change 1- name : Keras2onnx Application Tests (Core )
1+ name : Keras2onnx Application Tests (CI )
22
33on :
44 pull_request :
77 push :
88 branches :
99 - main
10+ workflow_dispatch :
1011
1112jobs :
1213 run_tests :
1314 strategy :
1415 matrix :
15- # tf_version: ['2.9.0', '2.13.0']
16- # python_version: ['3.8', '3.9']
17- # opset_version: ['18', '15']
18- tf_version : ['2.9.0']
19- python_version : ['3.9']
20- opset_version : ['18']
16+ tf_version : ['2.9.0', '2.13.0']
17+ python_version : ['3.8', '3.9']
18+ opset_version : ['18', '15']
2119 ort_version : ['1.16.3']
2220 onnx_version : ['1.15.0']
2321 os : ['ubuntu-latest', 'windows-2022']
Original file line number Diff line number Diff line change 1- name : Keras2onnx Unit Tests (Core )
1+ name : Keras2onnx Unit Tests (CI )
22
33on :
44 pull_request :
77 push :
88 branches :
99 - main
10+ workflow_dispatch :
1011
1112jobs :
1213 run_tests :
1314 strategy :
1415 matrix :
15- # tf_version: ['2.9.0', '2.13.0']
16- # python_version: ['3.8', '3.9']
17- # opset_version: ['18', '15']
18- tf_version : ['2.9.0']
19- python_version : ['3.9']
20- opset_version : ['18'] ort_version: ['1.16.3']
16+ tf_version : ['2.9.0', '2.13.0']
17+ python_version : ['3.8', '3.9']
18+ opset_version : ['18', '15']
19+ ort_version : ['1.16.3']
2120 onnx_version : ['1.15.0']
2221 os : ['ubuntu-latest', 'windows-2022']
2322
Original file line number Diff line number Diff line change 1- name : Pretrained Model Test (Core )
1+ name : Pretrained Model Test (CI )
22
33on :
44 pull_request :
77 push :
88 branches :
99 - main
10+ workflow_dispatch :
1011
1112jobs :
1213 run_tests :
Original file line number Diff line number Diff line change 1- name : Unit Tests (Core )
1+ name : Unit Tests (CI )
22
33on :
44 pull_request :
77 push :
88 branches :
99 - main
10+ workflow_dispatch :
1011
1112jobs :
1213 run_tests :
1314 strategy :
1415 matrix :
15- # tf_version: ['2.9.0', '2.13.0']
16- # python_version: ['3.8', '3.9']
17- # opset_version: ['18', '15']
18- tf_version : ['2.9.0']
19- python_version : ['3.9']
20- opset_version : ['18']
16+ tf_version : ['2.9.0', '2.13.0']
17+ python_version : ['3.8', '3.9']
18+ opset_version : ['18', '15']
2119 ort_version : ['1.16.3']
2220 os : ['ubuntu-latest', 'windows-2022']
2321
7573 name : Test Results (${{ matrix.tf_version }}-${{ matrix.python_version }}-${{ matrix.os }})
7674 path : ./**/test-results-*.xml
7775
78-
7976 publish-test-results :
8077 name : " Publish Tests Results to Github"
8178 needs : run_tests
You can’t perform that action at this time.
0 commit comments