Skip to content

Commit 4ed6f2d

Browse files
committed
Refactor.
Signed-off-by: Jay Zhang <[email protected]>
1 parent 21790d9 commit 4ed6f2d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/unit_tests_ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,20 @@ jobs:
2424
- '2.15.0'
2525
python_version:
2626
- '3.9'
27-
skip_tflite:
28-
- 'False'
27+
- '3.10'
2928
include:
3029
- tf_version: '2.9.0'
3130
python_version: '3.8'
3231
opset_version: '18'
3332
ort_version: 1.16.3
3433
onnx_version: 1.16.1
34+
skip_tflite: 'False'
3535
- tf_version: '2.9.0'
3636
python_version: '3.8'
3737
opset_version: '15'
3838
ort_version: 1.16.3
3939
onnx_version: 1.16.1
40+
skip_tflite: 'False'
4041
# - tf_version: '2.9.0'
4142
# python_version: '3.9'
4243
# opset_version: '18'
@@ -52,6 +53,7 @@ jobs:
5253
opset_version: '18'
5354
ort_version: 1.16.3
5455
onnx_version: 1.16.1
56+
skip_tflite: 'False'
5557
- tf_version: '1.15.5'
5658
python_version: '3.7'
5759
os: 'ubuntu-latest'

0 commit comments

Comments
 (0)