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 f5448e9 commit 4450564Copy full SHA for 4450564
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
- id: prepare-variables
25
name: Prepare Variables
26
run: |
27
- echo "##[set-output name=tf_version;]2.10.0"
+ echo "tf_version=2.10.0" >> $GITHUB_ENV
28
29
call-setup-yml:
30
needs: prepare-variables-job
.github/workflows/setup.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Python
21
uses: actions/setup-python@v2
22
with:
23
- python-version: 3.x
+ python-version: 3.9
- name: Install dependencies
0 commit comments