Remove --disable-pip-version-check

Reason:
   warning: pip's `--disable-pip-version-check` has no effect
This commit is contained in:
pyranota
2024-10-21 18:23:39 +00:00
parent 7985a7bafa
commit bd7607d162
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -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(),
]