Avoid removing seed packages for uv venv --seed environments (#7410)
## Summary Closes https://github.com/astral-sh/uv/issues/7121.
This commit is contained in:
@@ -258,6 +258,7 @@ impl InstalledTools {
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
)?;
|
||||
|
||||
Ok(venv)
|
||||
|
||||
Reference in New Issue
Block a user