Skip to content

Commit 352da65

Browse files
committed
ci: just pytest on windoze
1 parent e6803de commit 352da65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
shell: bash
4848
env:
4949
TMPDIR: 'D:\\a\\_temp'
50-
run: uv run pre-commit run --all-files && uv run pytest tests
50+
run: uv run pytest tests
5151
- name: Test
5252
if: runner.os != 'Windows'
5353
run: uv run scripts/test

0 commit comments

Comments
 (0)