File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change 1818 strategy :
1919 fail-fast : false
2020 matrix :
21- os : [ubuntu-latest, windows-2022]
22- tf_version : ['2.9.0', '2.15.0']
23- python_version : ['3.9', '3.10']
21+ os : ['ubuntu-latest', 'windows-2022']
2422 include :
2523 - tf_version : ' 2.9.0'
2624 python_version : ' 3.8'
@@ -34,16 +32,16 @@ jobs:
3432 ort_version : 1.16.3
3533 onnx_version : 1.16.1
3634 skip_tflite : ' False'
37- # - tf_version: '2.9.0'
38- # python_version: '3.9'
39- # opset_version: '18'
40- # ort_version: 1.16.3
41- # onnx_version: 1.16.1
42- # - tf_version: '2.15.0'
43- # python_version: '3.9'
44- # opset_version: '18'
45- # ort_version: 1.16.3
46- # onnx_version: 1.16.1
35+ - tf_version : ' 2.9.0'
36+ python_version : ' 3.9'
37+ opset_version : ' 18'
38+ ort_version : 1.16.3
39+ onnx_version : 1.16.1
40+ - tf_version : ' 2.15.0'
41+ python_version : ' 3.9'
42+ opset_version : ' 18'
43+ ort_version : 1.16.3
44+ onnx_version : 1.16.1
4745 - tf_version : ' 2.15.0'
4846 python_version : ' 3.10'
4947 opset_version : ' 18'
You can’t perform that action at this time.
0 commit comments