Skip to content

Commit b512d3f

Browse files
committed
python verison miss
1 parent 23afe01 commit b512d3f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/run_comp_test_tf214_v152.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
uses: ./.github/workflows/compatibility_keras_tests.yml
1515
with:
1616
save_version: "v1.5.2"
17-
python_version: "3.12"
17+
python_version: "3.10"
1818
tf_version: "2.14.*"

.github/workflows/run_comp_test_tf215_v152.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
uses: ./.github/workflows/compatibility_keras_tests.yml
1515
with:
1616
save_version: "v1.5.2"
17-
python_version: "3.12"
17+
python_version: "3.10"
1818
tf_version: "2.15.*"

.github/workflows/run_comp_test_torch26_v152.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1111

1212
jobs:
13-
run-comp-torch-2_5-v1_5_2:
13+
run-comp-torch-2_6-v1_5_2:
1414
uses: ./.github/workflows/compatibility_torch_tests.yml
1515
with:
1616
save_version: "v1.5.2"

.github/workflows/run_forward_comp_test_tf214_v152.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
uses: ./.github/workflows/forward_compatibility_keras_tests.yml
1515
with:
1616
load_version: "v1.5.2"
17-
python_version: "3.12"
17+
python_version: "3.10"
1818
tf_version: "2.14.*"

.github/workflows/run_forward_comp_test_torch26_v152.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1111

1212
jobs:
13-
run-comp-torch-2_5-v1_5_2:
13+
run-comp-torch-2_6-v1_5_2:
1414
uses: ./.github/workflows/forward_compatibility_torch_tests.yml
1515
with:
1616
load_version: "v1.5.2"

.github/workflows/run_keras_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Python 3
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.12.*
18+
python-version: 3.10.*
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)