Skip to content

Commit d9f5e19

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit_tests_ci.yml

Lines changed: 3 additions & 3 deletions
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)