mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +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",
|
"pip",
|
||||||
"install",
|
"install",
|
||||||
"--upgrade",
|
"--upgrade",
|
||||||
"--ignore-installed",
|
"--upgrade-strategy only-if-needed",
|
||||||
]
|
]
|
||||||
cmd += args
|
cmd += args
|
||||||
return cmd
|
return cmd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue