Skip to content

Commit 63264aa

Browse files
committed
Limited the max version of py 3.8 to 2.13.1.
Signed-off-by: Jay Zhang <[email protected]>
1 parent 26444c2 commit 63264aa

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/keras_unit_test_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run Tests (Py38-TF2.12)
2727
uses: ./.github/actions/keras_unit_test
2828
with:
29-
tf_version: '2.12.0'
29+
tf_version: '2.13.1'
3030
python_version: '3.8'
3131
ort_version: '1.16.3'
3232
onnx_version: '1.16.1'

.github/workflows/pretrained_model_test_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: ./.github/actions/pretrained_model_test
2929
with:
3030
os: 'ubuntu-latest'
31-
tf_version: '2.12.0'
31+
tf_version: '2.13.1'
3232
python_version: '3.8'
3333
ort_version: '1.16.3'
3434
onnx_version: '1.16.1'
@@ -82,9 +82,9 @@ jobs:
8282
onnx_version: ['1.16.1']
8383
skip_tflite: ['False']
8484
include:
85-
- name: 'py38-tf2.17'
85+
- name: 'py39-tf2.17'
8686
tf_version: '2.17.0'
87-
python_version: '3.8'
87+
python_version: '3.9'
8888
- name: 'py39-tf2.18'
8989
tf_version: '2.18.0'
9090
python_version: '3.9'

.github/workflows/unit_test_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: ./.github/actions/unit_test
2929
with:
3030
os: 'ubuntu-latest'
31-
tf_version: '2.11.0'
31+
tf_version: '2.13.1'
3232
python_version: '3.8'
3333
ort_version: '1.16.3'
3434
onnx_version: '1.16.1'
@@ -82,9 +82,9 @@ jobs:
8282
onnx_version: ['1.16.1']
8383
skip_tflite: ['False']
8484
include:
85-
- name: 'py38-tf2.17'
85+
- name: 'py39-tf2.17'
8686
tf_version: '2.17.0'
87-
python_version: '3.8'
87+
python_version: '3.9'
8888
- name: 'py39-tf2.18'
8989
tf_version: '2.18.0'
9090
python_version: '3.9'

0 commit comments

Comments
 (0)