mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
fix: Update pip install command to use --upgrade-strategy only-if-needed
This commit is contained in:
parent
0d55a51033
commit
8eed1b6ca5
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ def get_pip_install(args):
|
|||
"pip",
|
||||
"install",
|
||||
"--upgrade",
|
||||
"--ignore-installed",
|
||||
"--upgrade-strategy only-if-needed",
|
||||
]
|
||||
cmd += args
|
||||
return cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue