Skip to content

Commit

Permalink
Use latest stable Python (3.12) rather than whatever is in the image …
Browse files Browse the repository at this point in the history
…(3.10)
  • Loading branch information
hugovk committed Oct 31, 2024
1 parent 785e7a3 commit f7af30c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install uv
uses: hynek/setup-cached-uv@v2
- name: Mypy
Expand Down

0 comments on commit f7af30c

Please sign in to comment.