Commit e180aab1 by Sébastien Eustace Committed by GitHub

Merge pull request #4443 from finswimmer/issue/4441-capture-output

fix (install-poetry): revert use of capture_output
parents 893fe1bc 9e17159b
......@@ -584,7 +584,8 @@ class Installer:
subprocess.run(
[str(python), "-m", "pip", "install", specification],
capture_output=True,
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
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