Skip to content

Commit d630410

Browse files
committed
Refactor include.
Signed-off-by: Jay Zhang <[email protected]>
1 parent 8407a63 commit d630410

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

.github/workflows/unit_tests_ci.yml

+16-10
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,32 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: ['ubuntu-latest', 'windows-2022']
22-
opset_version: ['18', '15']
2322
ort_version: ['1.16.3']
2423
onnx_version: ['1.16.1']
2524
skip_tflite: ['False']
2625
include:
2726
- tf_version: '2.9.0'
2827
python_version: '3.8'
28+
opset_version: '18'
29+
- tf_version: '2.9.0'
30+
python_version: '3.8'
31+
opset_version: '15'
2932
- tf_version: '2.9.0'
3033
python_version: '3.9'
34+
opset_version: '18'
3135
- tf_version: '2.15.0'
3236
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'
4248

4349
runs-on: ${{ matrix.os }}
4450

0 commit comments

Comments
 (0)