mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-31 15:57:26 +00:00
Add uv sync --no-install-package
to skip installation of specific packages (#6540)
Extends #6538 / #6539 See #4028 Allows excluding arbitrary packages from the sync.
This commit is contained in:
parent
ca50243174
commit
d1cbcb30e3
10 changed files with 109 additions and 7 deletions
|
@ -219,5 +219,7 @@ RUN uv sync --frozen
|
|||
|
||||
!!! tip
|
||||
|
||||
If you're using a [workspace](../../concepts/workspaces.md), then consider the
|
||||
If you're using a [workspace](../../concepts/workspaces.md), then use the
|
||||
`--no-install-workspace` flag which excludes the project _and_ any workspace members.
|
||||
|
||||
If you want to remove specific packages from the sync, use `--no-install-package <name>`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue