Skip to content

Commit 4450564

Browse files
committed
Set python version to 3.9.
Signed-off-by: Jay Zhang <[email protected]>
1 parent f5448e9 commit 4450564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- id: prepare-variables
2525
name: Prepare Variables
2626
run: |
27-
echo "##[set-output name=tf_version;]2.10.0"
27+
echo "tf_version=2.10.0" >> $GITHUB_ENV
2828
2929
call-setup-yml:
3030
needs: prepare-variables-job

.github/workflows/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v2
2222
with:
23-
python-version: 3.x
23+
python-version: 3.9
2424

2525
- name: Install dependencies
2626
run: |

0 commit comments

Comments
 (0)