add option to ignore pip warning

This commit is contained in:
Florian Förster 2025-03-19 18:32:28 +01:00
parent f9ce754c1b
commit 15bef47cc8

View File

@ -70,6 +70,7 @@ def add_pkg(
"pip", "pip",
"install", "install",
"-U", "-U",
"--no-warn-script-location",
package, package,
] ]
if index is not None: if index is not None: