Skip to content

Commit 1eddac5

Browse files
committed
Remove one check setting.
Signed-off-by: Jay Zhang <jiz@microsoft.com>
1 parent 399c8a0 commit 1eddac5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/keras_application_test_ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
name:
2222
- 'py38-tf2.9'
2323
- 'py39-tf2.10'
24-
- 'py39-tf2.14'
25-
- 'py310-tf2.15'
24+
- 'py39-tf2.15'
2625
os: ['ubuntu-latest', 'windows-2022']
2726
opset_version: ['18', '15']
2827
ort_version: ['1.16.3']
@@ -34,12 +33,9 @@ jobs:
3433
- name: 'py39-tf2.10'
3534
tf_version: '2.10.0'
3635
python_version: '3.9'
37-
- name: 'py39-tf2.14'
38-
tf_version: '2.14.0'
39-
python_version: '3.9'
40-
- name: 'py310-tf2.15'
36+
- name: 'py39-tf2.15'
4137
tf_version: '2.15.0'
42-
python_version: '3.10'
38+
python_version: '3.9'
4339

4440
runs-on: ${{ matrix.os }}
4541

0 commit comments

Comments
 (0)