Skip to content

Commit

Permalink
Use Python 3.10 in check job (google-gemini#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored and G.Dev.Ssomsak committed Jun 21, 2024
1 parent bca0c8b commit 3657c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: 3.6
python-version: '3.10'

- name: Cache Mint packages
uses: actions/cache@v3
Expand Down

0 comments on commit 3657c22

Please sign in to comment.