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 1eaf956 commit f5f8659Copy full SHA for f5f8659
.github/workflows/ci-checks.yaml
@@ -32,7 +32,7 @@ jobs:
32
enable-cache: true
33
34
- name: Install the project
35
- run: uv sync --all-extras --dev
+ run: uv sync --only-dev
36
37
- name: Run pre-commit
38
run: uv run pre-commit run --all-files
0 commit comments