Remove --disable-pip-version-check
Reason: warning: pip's `--disable-pip-version-check` has no effect
This commit is contained in:
@@ -27,7 +27,6 @@ CMD="/usr/local/bin/uv pip install
|
||||
--no-color
|
||||
--no-deps
|
||||
-p 3.11
|
||||
--disable-pip-version-check
|
||||
$INDEX_URL_ARG $EXTRA_INDEX_URL_ARG $TRUSTED_HOST_ARG
|
||||
--index-strategy unsafe-best-match
|
||||
--system
|
||||
|
||||
@@ -1189,7 +1189,6 @@ pub async fn handle_python_reqs(
|
||||
"--no-color",
|
||||
"--isolated",
|
||||
"--no-warn-conflicts",
|
||||
"--disable-pip-version-check",
|
||||
"-t",
|
||||
venv_p.as_str(),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user