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