Skip to content

Fix CI: use uv sync --extra dev to install dev tools#3

Merged
VIXNESS merged 1 commit intomainfrom
fix/ci-uv-sync-extra
Mar 6, 2026
Merged

Fix CI: use uv sync --extra dev to install dev tools#3
VIXNESS merged 1 commit intomainfrom
fix/ci-uv-sync-extra

Conversation

@VIXNESS
Copy link
Copy Markdown
Owner

@VIXNESS VIXNESS commented Mar 6, 2026

uv sync --dev installs from [dependency-groups] dev which doesn't exist. The dev tools (ruff, pyright, pytest) are declared under [project.optional-dependencies] dev, which requires --extra dev.

Made-with: Cursor

uv sync --dev installs from [dependency-groups] dev which doesn't
exist. The dev tools (ruff, pyright, pytest) are declared under
[project.optional-dependencies] dev, which requires --extra dev.

Made-with: Cursor
@VIXNESS VIXNESS merged commit 0bd9bb5 into main Mar 6, 2026
1 check failed
@VIXNESS VIXNESS deleted the fix/ci-uv-sync-extra branch March 6, 2026 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant