mirror of
https://github.com/astral-sh/uv
synced 2026-01-11 08:33:53 -05:00
Show verbose output during system install in test (#7304)
We do this for the other installs and it is helpful for debugging This is missing in https://github.com/astral-sh/uv/actions/runs/10817725906/job/30011855241?pr=7300
This commit is contained in:
@@ -68,7 +68,8 @@ if __name__ == "__main__":
|
||||
# Install the package (`pylint`).
|
||||
logging.info("Installing the package `pylint`.")
|
||||
subprocess.run(
|
||||
[uv, "pip", "install", "pylint", "--system"] + allow_externally_managed,
|
||||
[uv, "pip", "install", "pylint", "--system", "--verbose"]
|
||||
+ allow_externally_managed,
|
||||
cwd=temp_dir,
|
||||
check=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user