File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,16 @@ jobs:
18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- tf_version : ['2.9.0', '2.15.0']
22
- python_version : ['3.9']
23
21
opset_version : ['18', '15']
24
22
ort_version : ['1.16.3']
25
23
onnx_version : ['1.16.1']
26
24
include :
27
25
- tf_version : ' 2.9.0'
28
26
python_version : ' 3.8'
27
+ - tf_version : ' 2.9.0'
28
+ python_version : ' 3.9'
29
+ - tf_version : ' 2.15.0'
30
+ python_version : ' 3.9'
29
31
- tf_version : ' 2.15.0'
30
32
python_version : ' 3.10'
31
33
- tf_version : ' 1.15.5'
Original file line number Diff line number Diff line change @@ -19,23 +19,27 @@ jobs:
19
19
fail-fast : false
20
20
matrix :
21
21
os : ['ubuntu-latest', 'windows-2022']
22
- tf_version : ['2.9.0', '2.15.0']
23
- python_version : ['3.9']
24
22
opset_version : ['18', '15']
25
23
ort_version : ['1.16.3']
26
24
onnx_version : ['1.16.1']
27
25
skip_tflite : ['False']
28
26
include :
29
27
- tf_version : ' 2.9.0'
30
28
python_version : ' 3.8'
29
+ - tf_version : ' 2.9.0'
30
+ python_version : ' 3.9'
31
+ - tf_version : ' 2.15.0'
32
+ python_version : ' 3.9'
31
33
- tf_version : ' 2.15.0'
32
34
python_version : ' 3.10'
33
35
- tf_version : ' 1.15.5'
34
36
python_version : ' 3.7'
37
+ os : ' ubuntu-latest'
35
38
opset_version : ' 15'
36
39
ort_version : ' 1.14.1'
37
40
onnx_version : ' 1.14.1'
38
41
skip_tflite : ' True'
42
+
39
43
runs-on : ${{ matrix.os }}
40
44
41
45
steps :
You can’t perform that action at this time.
0 commit comments