We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e819b4 commit 92e4d41Copy full SHA for 92e4d41
1 file changed
.github/workflows/ci.yml
@@ -20,10 +20,7 @@ jobs:
20
run: uv python install 3.13
21
22
- name: Install dependencies
23
- run: uv sync --dev
24
-
25
- - name: Format check
26
- run: uv run ruff format --check
+ run: uv sync --dev --all-extras
27
28
- name: Lint check
29
run: uv run ruff check --output-format=github
@@ -56,6 +53,6 @@ jobs:
56
53
57
54
- name: Install dependencies and test
58
55
run: |
59
- uv sync --dev
+ uv sync --dev --all-extras
60
uv run pytest
61
0 commit comments