mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-06 06:05:52 -05:00
fix (install-poetry): revert use of capture_output
This commit is contained in:
parent
0e3b144488
commit
45fac464bd
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue