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

[bootstrap] Update base version of miniconda

parent 429d06b1
No related branches found
No related tags found
1 merge request!149Update base version of miniconda
Pipeline #38533 passed
...@@ -208,12 +208,12 @@ def ensure_miniconda_sh(): ...@@ -208,12 +208,12 @@ 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 # AND our "mirror" in the internal webserver
path = "/miniconda/Miniconda3-4.7.12-%s-x86_64.sh" path = "/miniconda/Miniconda3-py37_4.8.2-%s-x86_64.sh"
if platform.system() == "Darwin": if platform.system() == "Darwin":
md5sum = "677f38d5ab7e1ce4fef134068e3bd76a" md5sum = "e0320c20ea13d04407424ecf57b70eaf"
path = path % "MacOSX" path = path % "MacOSX"
else: else:
md5sum = "0dba759b8ecfc8948f626fa18785e3d8" md5sum = "87e77f097f6ebb5127c77662dfc3165e"
path = path % "Linux" path = path % "Linux"
if os.path.exists("miniconda.sh"): if os.path.exists("miniconda.sh"):
......
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