mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
parent
60ba7dd14f
commit
2d4743d782
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ def resolve_puffin(targets: list[str], venv: Path, profile: str = "dev") -> list
|
|||
output = check_output(
|
||||
[
|
||||
project_root.joinpath("target").joinpath(target_profile).joinpath("puffin-dev"),
|
||||
"resolve-cli",
|
||||
"resolve",
|
||||
"--format",
|
||||
"expanded",
|
||||
*targets,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue