Skip to content
Snippets Groups Projects
Commit 1603b8f9 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[bootstrap] Add comment about miniconda mirror [ci skip]

parent 3ad22950
No related branches found
No related tags found
No related merge requests found
Pipeline #34791 skipped
...@@ -265,6 +265,7 @@ def ensure_miniconda_sh(): ...@@ -265,6 +265,7 @@ def ensure_miniconda_sh():
""" """
# WARNING: if you update this version, remember to update hahes below # WARNING: if you update this version, remember to update hahes below
# AND our "mirror" in the internal webserver
path = "/miniconda/Miniconda3-4.7.12-%s-x86_64.sh" path = "/miniconda/Miniconda3-4.7.12-%s-x86_64.sh"
if platform.system() == "Darwin": if platform.system() == "Darwin":
md5sum = "677f38d5ab7e1ce4fef134068e3bd76a" md5sum = "677f38d5ab7e1ce4fef134068e3bd76a"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment