We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399c8a0 commit 1eddac5Copy full SHA for 1eddac5
.github/workflows/keras_application_test_ci.yml
@@ -21,8 +21,7 @@ jobs:
21
name:
22
- 'py38-tf2.9'
23
- 'py39-tf2.10'
24
- - 'py39-tf2.14'
25
- - 'py310-tf2.15'
+ - 'py39-tf2.15'
26
os: ['ubuntu-latest', 'windows-2022']
27
opset_version: ['18', '15']
28
ort_version: ['1.16.3']
@@ -34,12 +33,9 @@ jobs:
34
33
- name: 'py39-tf2.10'
35
tf_version: '2.10.0'
36
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'
+ - name: 'py39-tf2.15'
41
tf_version: '2.15.0'
42
- python_version: '3.10'
+ python_version: '3.9'
43
44
runs-on: ${{ matrix.os }}
45
0 commit comments