Commit 9e17159b by finswimmer

fix (install-poetry): revert use of capture_output

parent 893fe1bc
...@@ -584,7 +584,8 @@ class Installer: ...@@ -584,7 +584,8 @@ class Installer:
subprocess.run( subprocess.run(
[str(python), "-m", "pip", "install", specification], [str(python), "-m", "pip", "install", specification],
capture_output=True, stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
check=True, check=True,
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment