Skip to content

Commit ce23443

Browse files
committed
Fix a typo and rename files.
Signed-off-by: Jay Zhang <[email protected]>
1 parent 435ed5f commit ce23443

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/workflows/pretrained_model_tests_core.yml renamed to .github/workflows/pretrained_model_tests_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
opset_version: ['18', '15']
2222
ort_version: ['1.16.3']
23-
onnx_version: [''1.16.1']
23+
onnx_version: ['1.16.1']
2424
include:
2525
- tf_version: '2.9.0'
2626
python_version: '3.8'

.github/workflows/unit_tests_core.yml renamed to .github/workflows/unit_tests_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os: ['ubuntu-latest', 'windows-2022']
2222
opset_version: ['18', '15']
2323
ort_version: ['1.16.3']
24-
onnx_version: [''1.16.1']
24+
onnx_version: ['1.16.1']
2525
include:
2626
- tf_version: '2.9.0'
2727
python_version: '3.8'

0 commit comments

Comments
 (0)