Skip to content

Commit d73aa75

Browse files
committed
Correct the includes settings.
Signed-off-by: Jay Zhang <[email protected]>
1 parent 71c3396 commit d73aa75

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/pretrained_model_tests_ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
tf_version: ['2.9.0', '2.15.0']
22-
python_version: ['3.9']
2321
opset_version: ['18', '15']
2422
ort_version: ['1.16.3']
2523
onnx_version: ['1.16.1']
2624
include:
2725
- tf_version: '2.9.0'
2826
python_version: '3.8'
27+
- tf_version: '2.9.0'
28+
python_version: '3.9'
29+
- tf_version: '2.15.0'
30+
python_version: '3.9'
2931
- tf_version: '2.15.0'
3032
python_version: '3.10'
3133
- tf_version: '1.15.5'

.github/workflows/unit_tests_ci.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,27 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: ['ubuntu-latest', 'windows-2022']
22-
tf_version: ['2.9.0', '2.15.0']
23-
python_version: ['3.9']
2422
opset_version: ['18', '15']
2523
ort_version: ['1.16.3']
2624
onnx_version: ['1.16.1']
2725
skip_tflite: ['False']
2826
include:
2927
- tf_version: '2.9.0'
3028
python_version: '3.8'
29+
- tf_version: '2.9.0'
30+
python_version: '3.9'
31+
- tf_version: '2.15.0'
32+
python_version: '3.9'
3133
- tf_version: '2.15.0'
3234
python_version: '3.10'
3335
- tf_version: '1.15.5'
3436
python_version: '3.7'
37+
os: 'ubuntu-latest'
3538
opset_version: '15'
3639
ort_version: '1.14.1'
3740
onnx_version: '1.14.1'
3841
skip_tflite: 'True'
42+
3943
runs-on: ${{ matrix.os }}
4044

4145
steps:

0 commit comments

Comments
 (0)