Skip to content

Commit

Permalink
pass --no-input to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby authored and neersighted committed Oct 7, 2022
1 parent 8e8aa44 commit 33ecb2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/poetry/utils/pip.py
Expand Up @@ -29,6 +29,7 @@ def pip_install(
"install",
"--disable-pip-version-check",
"--isolated",
"--no-input",
"--prefix",
str(environment.path),
]
Expand Down

0 comments on commit 33ecb2c

Please sign in to comment.