We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6803de commit 352da65Copy full SHA for 352da65
.github/workflows/continuous-integration.yml
@@ -47,7 +47,7 @@ jobs:
47
shell: bash
48
env:
49
TMPDIR: 'D:\\a\\_temp'
50
- run: uv run pre-commit run --all-files && uv run pytest tests
+ run: uv run pytest tests
51
- name: Test
52
if: runner.os != 'Windows'
53
run: uv run scripts/test
0 commit comments