Skip to content

Commit

Permalink
use python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Jun 7, 2024
1 parent 570ae22 commit b9a507e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'

- name: Google Cloud Login
uses: 'google-github-actions/auth@v2'
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

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

- name: Setup saucectl
uses: saucelabs/saucectl-run-action@v4
Expand Down

0 comments on commit b9a507e

Please sign in to comment.