We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c304b32 commit de105e7Copy full SHA for de105e7
1 file changed
Mac/BuildScript/resources/install_certificates.command
@@ -25,7 +25,8 @@ def main():
25
26
print(" -- pip install --upgrade certifi")
27
subprocess.check_call([sys.executable,
28
- "-E", "-s", "-m", "pip", "install", "--upgrade", "certifi"])
+ "-E", "-s", "-m", "pip", "install", "--upgrade", "certifi",
29
+ "--disable-pip-version-check"])
30
31
import certifi
32
0 commit comments