File tree Expand file tree Collapse file tree 1 file changed +4
-43
lines changed Expand file tree Collapse file tree 1 file changed +4
-43
lines changed Original file line number Diff line number Diff line change @@ -15,33 +15,6 @@ concurrency:
15
15
16
16
jobs :
17
17
18
- Test4_py38_tf2_9 : # Do not change this name because it is used in Ruleset of this repo.
19
- strategy :
20
- fail-fast : false
21
- runs-on : ubuntu-latest
22
-
23
- steps :
24
- - name : Checkout code
25
- uses : actions/checkout@v4
26
-
27
- - name : Run Tests (Py39-TF2.9-18)
28
- uses : ./.github/actions/unit_test
29
- with :
30
- os : ' ubuntu-latest'
31
- tf_version : ' 2.9.0'
32
- python_version : ' 3.9'
33
- ort_version : ' 1.16.3'
34
- onnx_version : ' 1.16.1'
35
- opset_version : ' 18'
36
- skip_tflite : ' False'
37
-
38
- - name : Upload Test Results
39
- if : always()
40
- uses : actions/upload-artifact@v4
41
- with :
42
- name : Test Results (Py39-TF2.9-18-ubuntu)
43
- path : ./**/test-results-*.xml
44
-
45
18
Test4_py310_tf2_19 : # Do not change this name because it is used in Ruleset of this repo.
46
19
strategy :
47
20
fail-fast : false
@@ -101,24 +74,12 @@ jobs:
101
74
fail-fast : false
102
75
matrix :
103
76
name :
104
- - ' py39-tf2.15'
105
- - ' py310-tf2.19'
106
- - ' py311-tf2.19'
77
+ - ' py312-tf2.19'
107
78
os : ['ubuntu-latest', 'windows-2022']
108
- opset_version : ['18', '15' ]
79
+ opset_version : ['18']
109
80
skip_tflite : ['False']
110
81
include :
111
- - name : ' py39-tf2.15'
112
- tf_version : ' 2.15.0'
113
- python_version : ' 3.9'
114
- ort_version : ' 1.16.3'
115
- onnx_version : ' 1.16.1'
116
- - name : ' py310-tf2.19'
117
- tf_version : ' 2.19.0'
118
- python_version : ' 3.10'
119
- ort_version : ' 1.20.1'
120
- onnx_version : ' 1.17.0'
121
- - name : ' py311-tf2.19'
82
+ - name : ' py312-tf2.19'
122
83
tf_version : ' 2.19.0'
123
84
python_version : ' 3.11'
124
85
ort_version : ' 1.20.1'
@@ -149,7 +110,7 @@ jobs:
149
110
150
111
publish-test-results :
151
112
name : " Publish Tests Results to Github"
152
- needs : [Test4_py38_tf2_9, Test4_py310_tf2_19, Test4_py311_tf2_19, Extra_tests4]
113
+ needs : [Test4_py310_tf2_19, Test4_py311_tf2_19, Extra_tests4]
153
114
runs-on : ubuntu-latest
154
115
permissions :
155
116
checks : write
You can’t perform that action at this time.
0 commit comments