Skip to content

Commit b24da0f

Browse files
committed
Try using setup-uv
1 parent e308579 commit b24da0f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v5
17-
- uses: actions/setup-python@v5
17+
- name: Install uv
18+
uses: astral-sh/setup-uv@v6
1819
with:
19-
# Use latest Python, so it understands all syntax.
20-
python-version: '3.13'
20+
enable-cache: true
21+
cache-dependency-glob: '**/pyproject.toml'
2122

2223
- uses: actions/download-artifact@v4
2324
with:

0 commit comments

Comments
 (0)