Skip to content

Commit 00c8097

Browse files
author
daniel.eades
committed
update windows target
1 parent ba7f973 commit 00c8097

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/main.yml

+1-9
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)