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 f33c213 commit 4c86634Copy full SHA for 4c86634
1 file changed
.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: "Install uv"
33
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
34
with:
35
- version: "0.11.13"
+ version: "0.11.14"
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