We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e441eb commit eca92faCopy full SHA for eca92fa
.github/workflows/unit_tests_ci.yml
@@ -25,26 +25,18 @@ jobs:
25
os: ['ubuntu-latest', 'windows-2022']
26
opset_version: [18, 15]
27
ort_version: ['1.16.3']
28
+ onnx_version: ['1.16.1']
29
+ skip_tflite: ['False']
30
include:
31
- name: 'py38-tf2.9'
32
tf_version: '2.9.0'
33
python_version: '3.8'
- onnx_version: '1.16.1'
- skip_tflite: 'False'
34
- name: 'py39-tf2.15'
35
tf_version: '2.15.0'
36
python_version: '3.9'
37
- # opset_version: '18'
38
- # ort_version: '1.16.3'
39
40
41
- name: 'py310-tf2.15'
42
43
python_version: '3.10'
44
45
46
47
48
- name: 'py37-tf1.15'
49
tf_version: '1.15.5'
50
python_version: '3.7'
0 commit comments