Skip to content

Commit ec0f91a

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit_tests_ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: ['ubuntu-latest', 'windows-2022']
22-
ort_version: ['1.16.3']
23-
onnx_version: ['1.16.1']
24-
skip_tflite: ['False']
22+
ort_version: '1.16.3'
23+
onnx_version: '1.16.1'
24+
skip_tflite: 'False'
2525
include:
2626
- tf_version: '2.9.0'
2727
python_version: '3.8'

0 commit comments

Comments
 (0)