Update compare_with_pip.py (#828)

Preparing for #817
This commit is contained in:
konsti 2024-01-08 10:46:30 +01:00 committed by GitHub
parent 60ba7dd14f
commit 2d4743d782
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,