Skip to content

Commit 49b0015

Browse files
committed
Upgrade tested version.
Signed-off-by: Jay Zhang <[email protected]>
1 parent e3ae8e9 commit 49b0015

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/keras_application_test_ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ jobs:
9292
fail-fast: false
9393
matrix:
9494
name:
95-
- 'py39-tf2.10'
95+
- 'py38-tf2.13'
9696
- 'py39-tf2.15'
9797
os: ['ubuntu-latest', 'windows-2022']
9898
ort_version: ['1.16.3']
9999
onnx_version: ['1.16.1']
100100
include:
101-
- name: 'py39-tf2.10'
102-
tf_version: '2.10.0'
103-
python_version: '3.9'
101+
- name: 'py38-tf2.13'
102+
tf_version: '2.13.1'
103+
python_version: '3.8'
104104
- name: 'py39-tf2.15'
105105
tf_version: '2.15.0'
106106
python_version: '3.9'

0 commit comments

Comments
 (0)