File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -165,23 +165,15 @@ jobs:
165
165
- uses : actions/checkout@v4
166
166
with :
167
167
persist-credentials : false
168
- - name : Set up Python
169
- uses : actions/setup-python@v5
170
- with :
171
- python-version : " 3"
172
- - name : Check Python version
173
- run : python --version --version
174
168
- name : Install graphviz
175
169
run : choco install --no-progress graphviz
176
170
- name : Install uv
177
171
uses : astral-sh/setup-uv@v6
178
172
with :
179
173
version : latest
180
174
enable-cache : false
181
- - name : Install dependencies
182
- run : uv pip install . --group test
183
175
- name : Test with pytest
184
- run : python -m pytest -vv --durations 25
176
+ run : uv run pytest -vv --durations 25
185
177
env :
186
178
PYTHONWARNINGS : " error" # treat all warnings as errors
187
179
You can’t perform that action at this time.
0 commit comments