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 6102eb8 commit b4e142cCopy full SHA for b4e142c
.github/workflows/test.yml
@@ -14,7 +14,6 @@ env:
14
CARGO_TERM_COLOR: always
15
FORCE_COLOR: "1"
16
PYTHONUNBUFFERED: "1"
17
- UV_VERSION: "0.4.x"
18
19
jobs:
20
test:
@@ -33,7 +32,7 @@ jobs:
33
32
uses: astral-sh/setup-uv@v5
34
with:
35
enable-cache: true
36
- version: ${{ env.UV_VERSION }}
+ pyproject-file: pyproject.toml
37
38
- name: Install dependencies and build
39
run: |
pyproject.toml
@@ -143,3 +143,6 @@ required-imports = ["from __future__ import annotations"]
143
[tool.ruff.lint.pyupgrade]
144
# Preserve types, even if a file imports `from __future__ import annotations`.
145
keep-runtime-typing = true
146
+
147
+[tool.uv]
148
+required-version = "<0.7"
0 commit comments