File tree Expand file tree Collapse file tree 3 files changed +488
-372
lines changed Expand file tree Collapse file tree 3 files changed +488
-372
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ concurrency:
13
13
env :
14
14
PYTHONUNBUFFERED : " 1"
15
15
FORCE_COLOR : " 1"
16
- UV_VERSION : " 0.4.x"
17
16
18
17
jobs :
19
18
generate-matrix :
27
26
uses : astral-sh/setup-uv@v5
28
27
with :
29
28
enable-cache : true
30
- version : ${{ env.UV_VERSION }}
31
29
32
30
- id : set-matrix
33
31
run : |
47
45
uses : astral-sh/setup-uv@v5
48
46
with :
49
47
enable-cache : true
50
- version : ${{ env.UV_VERSION }}
51
48
52
49
- name : Run tests
53
50
run : |
75
72
uses : astral-sh/setup-uv@v5
76
73
with :
77
74
enable-cache : true
78
- version : ${{ env.UV_VERSION }}
79
75
80
76
- name : Run tests with integration tests enabled
81
77
env :
99
95
uses : astral-sh/setup-uv@v5
100
96
with :
101
97
enable-cache : true
102
- version : ${{ env.UV_VERSION }}
103
98
104
99
- name : Run type checks
105
100
run : |
@@ -114,7 +109,6 @@ jobs:
114
109
uses : astral-sh/setup-uv@v5
115
110
with :
116
111
enable-cache : true
117
- version : ${{ env.UV_VERSION }}
118
112
119
113
- name : Generate code coverage
120
114
run : |
Original file line number Diff line number Diff line change @@ -225,3 +225,6 @@ required-imports = ["from __future__ import annotations"]
225
225
[tool .ruff .lint .pyupgrade ]
226
226
# Preserve types, even if a file imports `from __future__ import annotations`.
227
227
keep-runtime-typing = true
228
+
229
+ [tool .uv ]
230
+ required-version = " <0.7"
You can’t perform that action at this time.
0 commit comments