Skip to content

Commit

Permalink
fix: prevent gcloud crash with python 3.10 during release workflow
Browse files Browse the repository at this point in the history
Co-authored-by: lvaylet <[email protected]>
  • Loading branch information
lvaylet and lvaylet authored Mar 24, 2022
1 parent fda55a2 commit 39a257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-python@master
with:
python-version: '3.x'
python-version: '3.9'
architecture: 'x64'

- name: Run all tests
Expand Down

0 comments on commit 39a257e

Please sign in to comment.