Skip to content

Commit

Permalink
astral-sh/setup-uv@v5 enables cache by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 20, 2024
1 parent d16cada commit 11243bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
with:
python-version: "3.x"
- name: Install uv
uses: hynek/setup-cached-uv@v2
uses: astral-sh/setup-uv@v5
- name: Mypy
run: uvx --with tox-uv tox -e mypy
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
allow-prereleases: true

- name: Install uv
uses: hynek/setup-cached-uv@v2
uses: astral-sh/setup-uv@v5

- name: Tox tests
run: |
Expand Down

0 comments on commit 11243bb

Please sign in to comment.