We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f150c1e commit 018ec89Copy full SHA for 018ec89
1 file changed
.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: "Install uv"
33
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
34
with:
35
- version: "0.11.28"
+ version: "0.11.29"
36
enable-cache: "true"
37
- run: uv run pytest -v
38
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
- run: uv run ty check
52
@@ -60,6 +60,6 @@ jobs:
60
61
62
63
64
65
- run: uvx prek run --all-files
0 commit comments