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 )
2
2
3
3
on :
4
4
pull_request :
7
7
push :
8
8
branches :
9
9
- main
10
+ workflow_dispatch :
10
11
11
12
jobs :
12
13
run_tests :
13
14
strategy :
14
15
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']
21
19
ort_version : ['1.16.3']
22
20
onnx_version : ['1.15.0']
23
21
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 )
2
2
3
3
on :
4
4
pull_request :
7
7
push :
8
8
branches :
9
9
- main
10
+ workflow_dispatch :
10
11
11
12
jobs :
12
13
run_tests :
13
14
strategy :
14
15
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']
21
20
onnx_version : ['1.15.0']
22
21
os : ['ubuntu-latest', 'windows-2022']
23
22
Original file line number Diff line number Diff line change 1
- name : Pretrained Model Test (Core )
1
+ name : Pretrained Model Test (CI )
2
2
3
3
on :
4
4
pull_request :
7
7
push :
8
8
branches :
9
9
- main
10
+ workflow_dispatch :
10
11
11
12
jobs :
12
13
run_tests :
Original file line number Diff line number Diff line change 1
- name : Unit Tests (Core )
1
+ name : Unit Tests (CI )
2
2
3
3
on :
4
4
pull_request :
7
7
push :
8
8
branches :
9
9
- main
10
+ workflow_dispatch :
10
11
11
12
jobs :
12
13
run_tests :
13
14
strategy :
14
15
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']
21
19
ort_version : ['1.16.3']
22
20
os : ['ubuntu-latest', 'windows-2022']
23
21
75
73
name : Test Results (${{ matrix.tf_version }}-${{ matrix.python_version }}-${{ matrix.os }})
76
74
path : ./**/test-results-*.xml
77
75
78
-
79
76
publish-test-results :
80
77
name : " Publish Tests Results to Github"
81
78
needs : run_tests
You can’t perform that action at this time.
0 commit comments