Thanks to visit codestin.com Credit goes to github.com
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 a9b6788 commit 80ba4e1Copy full SHA for 80ba4e1
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