File tree 4 files changed +13
-15
lines changed
4 files changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.5.5 /uv /uvx /bin/
34
34
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
35
35
36
36
# Instead of restarting the shell, use uv directly from its installed location.
37
- RUN uv sync --extra test --extra webservice --extra watcher
37
+ RUN uv sync --extra test --extra webservice --extra watcher --no-dev
38
38
39
39
FROM base
40
40
Original file line number Diff line number Diff line change 42
42
- name : Install uv
43
43
uses : astral-sh/setup-uv@v4
44
44
with :
45
- version : " 0.4.27 "
45
+ version : " 0.5.x "
46
46
47
47
- name : " Set up Python"
48
48
uses : actions/setup-python@v5
84
84
85
85
- name : Install Python packages
86
86
run : |
87
- uv sync --extra test
87
+ uv sync --extra test --no-dev
88
88
89
89
- name : Report versions
90
90
run : |
@@ -138,7 +138,7 @@ jobs:
138
138
- name : Install uv
139
139
uses : astral-sh/setup-uv@v4
140
140
with :
141
- version : " 0.4.27 "
141
+ version : " 0.5.x "
142
142
143
143
- name : " Set up Python"
144
144
uses : actions/setup-python@v5
@@ -147,7 +147,7 @@ jobs:
147
147
148
148
- name : Install Python packages
149
149
run : |
150
- uv sync --extra test
150
+ uv sync --extra test --no-dev
151
151
152
152
- name : Report versions
153
153
run : |
@@ -188,7 +188,7 @@ jobs:
188
188
- name : Install uv
189
189
uses : astral-sh/setup-uv@v4
190
190
with :
191
- version : " 0.4.27 "
191
+ version : " 0.5.x "
192
192
193
193
- name : " Set up Python"
194
194
uses : actions/setup-python@v5
@@ -202,7 +202,7 @@ jobs:
202
202
203
203
- name : Install Python packages
204
204
run : |
205
- uv sync --extra test
205
+ uv sync --extra test --no-dev
206
206
207
207
- name : Test
208
208
run : |
@@ -227,7 +227,7 @@ jobs:
227
227
- name : Install uv
228
228
uses : astral-sh/setup-uv@v4
229
229
with :
230
- version : " 0.4.27 "
230
+ version : " 0.5.x "
231
231
232
232
- name : Make wheels and sdist
233
233
run : |
Original file line number Diff line number Diff line change @@ -118,8 +118,6 @@ filterwarnings = [
118
118
[[tool .mypy .overrides ]]
119
119
module = [
120
120
' pluggy' ,
121
- ' tqdm' ,
122
- ' coloredlogs' ,
123
121
' img2pdf' ,
124
122
' pdfminer.*' ,
125
123
' reportlab.*' ,
@@ -158,8 +156,8 @@ quote-style = "preserve"
158
156
159
157
[dependency-groups ]
160
158
dev = [
161
- " mypy>=1.13.0" ,
162
- " pymupdf>=1.24.14" ,
163
- " streamlit-pdf-viewer>=0.0.19" ,
164
- " streamlit>=1.40.2" ,
159
+ " mypy>=1.13.0" ,
160
+ " pymupdf>=1.24.14" ,
161
+ " streamlit-pdf-viewer>=0.0.19" ,
162
+ " streamlit>=1.40.2" ,
165
163
]
You can’t perform that action at this time.
0 commit comments