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:
165165 - uses : actions/checkout@v4
166166 with :
167167 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
174168 - name : Install graphviz
175169 run : choco install --no-progress graphviz
176170 - name : Install uv
177171 uses : astral-sh/setup-uv@v6
178172 with :
179173 version : latest
180174 enable-cache : false
181- - name : Install dependencies
182- run : uv pip install . --group test
183175 - name : Test with pytest
184- run : python -m pytest -vv --durations 25
176+ run : uv run pytest -vv --durations 25
185177 env :
186178 PYTHONWARNINGS : " error" # treat all warnings as errors
187179
You can’t perform that action at this time.
0 commit comments