Skip to content

Commit 867e8bc

Browse files
paddymulclaude
andauthored
ci: skip unnecessary dependency install for lint job (#527)
Ruff only needs source files, not runtime dependencies. --no-install-project skips installing the project and its extras. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 68b1206 commit 867e8bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
enable-cache: true
2424
- name: Install the project
25-
run: uv sync --locked --all-extras --dev
25+
run: uv sync --locked --dev --no-install-project
2626
- name: Run ruff
2727
run: uv run ruff check
2828

0 commit comments

Comments
 (0)