Skip to content

Commit

Permalink
Limited the max version of py 3.8 to 2.13.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Zhang <[email protected]>
  • Loading branch information
fatcat-z committed Dec 23, 2024
1 parent 26444c2 commit 63264aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/keras_unit_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run Tests (Py38-TF2.12)
uses: ./.github/actions/keras_unit_test
with:
tf_version: '2.12.0'
tf_version: '2.13.1'
python_version: '3.8'
ort_version: '1.16.3'
onnx_version: '1.16.1'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pretrained_model_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: ./.github/actions/pretrained_model_test
with:
os: 'ubuntu-latest'
tf_version: '2.12.0'
tf_version: '2.13.1'
python_version: '3.8'
ort_version: '1.16.3'
onnx_version: '1.16.1'
Expand Down Expand Up @@ -82,9 +82,9 @@ jobs:
onnx_version: ['1.16.1']
skip_tflite: ['False']
include:
- name: 'py38-tf2.17'
- name: 'py39-tf2.17'
tf_version: '2.17.0'
python_version: '3.8'
python_version: '3.9'
- name: 'py39-tf2.18'
tf_version: '2.18.0'
python_version: '3.9'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: ./.github/actions/unit_test
with:
os: 'ubuntu-latest'
tf_version: '2.11.0'
tf_version: '2.13.1'
python_version: '3.8'
ort_version: '1.16.3'
onnx_version: '1.16.1'
Expand Down Expand Up @@ -82,9 +82,9 @@ jobs:
onnx_version: ['1.16.1']
skip_tflite: ['False']
include:
- name: 'py38-tf2.17'
- name: 'py39-tf2.17'
tf_version: '2.17.0'
python_version: '3.8'
python_version: '3.9'
- name: 'py39-tf2.18'
tf_version: '2.18.0'
python_version: '3.9'
Expand Down

0 comments on commit 63264aa

Please sign in to comment.