mirror of https://github.com/astral-sh/uv
parent
60ba7dd14f
commit
2d4743d782
|
|
@ -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…
Reference in New Issue