Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
3b0ced48
Commit
3b0ced48
authored
Oct 08, 2019
by
Tiago de Freitas Pereira
Browse files
Bumped miniconda
parent
b31940fd
Pipeline
#34147
failed with stage
in 10 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/bootstrap.py
View file @
3b0ced48
...
...
@@ -211,12 +211,12 @@ def ensure_miniconda_sh():
server
=
"repo.continuum.io"
# https
# WARNING: if you update this version, remember to update hahes below
path
=
"/miniconda/Miniconda
3
-4.
6
.1
4
-%s-x86_64.sh"
path
=
"/miniconda/Miniconda
2
-4.
7
.1
0
-%s-x86_64.sh"
if
platform
.
system
()
==
"Darwin"
:
md5sum
=
'f
fa5f0eead5576fb26b7e6902f5eed09
'
md5sum
=
'f
540257a4b1df264e6f72c75f75620bb
'
path
=
path
%
"MacOSX"
else
:
md5sum
=
'
718259965f234088d785cad1fbd7de03
'
md5sum
=
'
3bc6ffc6cda8efa467926dfd92a30bca
'
path
=
path
%
"Linux"
if
os
.
path
.
exists
(
"miniconda.sh"
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment