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 c004c96 commit 598e5f7Copy full SHA for 598e5f7
.github/workflows/sdk-upgrade.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Python
23
uses: actions/setup-python@v4
24
with:
25
- python-version: 3.9
+ python-version: 3.10
26
27
- name: Run SDK upgrade tests
28
run: ./test/presubmit-test-sdk-upgrade.sh
.github/workflows/sdk-yapf.yml
@@ -24,7 +24,7 @@ jobs:
- python-version: '3.9'
+ python-version: '3.10'
29
- name: Install dependencies
30
run: pip install yapf
0 commit comments