Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ jobs:
version: "0.6.14"
enable-cache: true

# Install dependencies
# Install dependencies (must match test.yml so the release-run lint/test
# config matches the PR-gate; --all-extras pulls in the clone CLI deps).
- name: Install dependencies
run: uv sync --dev
run: uv sync --dev --all-extras

# Compute and stage the new version locally — defer commit/tag/release
# until lint+tests+build+publish all pass, so any failure leaves main untouched.
Expand Down
Loading