Skip to content

Commit

Permalink
ci: Downgrade python to 3.11 for gsutil compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed Oct 17, 2024
1 parent c43dd79 commit 71f4ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11"

- name: Google Cloud Login
id: 'auth'
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.11'

- name: Google Cloud Login
id: 'auth'
Expand Down

0 comments on commit 71f4ad8

Please sign in to comment.