Skip to content

Commit 9bcbc1f

Browse files
committed
Disable pip version check when upgrading certifi
1 parent b22ff1e commit 9bcbc1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Mac/BuildScript/resources/install_certificates.command

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ def main():
2525
2626
print(" -- pip install --upgrade certifi")
2727
subprocess.check_call([sys.executable,
28-
"-E", "-s", "-m", "pip", "install", "--upgrade", "certifi"])
28+
"-E", "-s", "-m", "pip", "install", "--upgrade", "certifi",
29+
"--disable-pip-version-check"])
2930
3031
import certifi
3132

0 commit comments

Comments
 (0)