We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b6d18 commit 304efa4Copy full SHA for 304efa4
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: astral-sh/setup-uv@v6
27
- name: Install the project
28
run: uv sync --locked --group nox
29
-
+
30
- uses: pre-commit/action@v3.0.1
31
with:
32
extra_args: --hook-stage manual --all-files
@@ -52,8 +52,7 @@ jobs:
52
53
- name: Test package
54
run: >-
55
- uv run --frozen pytest
56
- --cov --cov-report=xml --cov-report=term
+ uv run --frozen pytest --cov --cov-report=xml --cov-report=term
57
--durations=20
58
59
- name: Upload coverage report
0 commit comments