Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #149 from galaxyproject/update_miniconda
Browse files Browse the repository at this point in the history
update miniconda version
  • Loading branch information
bgruening authored Apr 28, 2019
2 parents 32f4bc9 + 8389b4e commit 7973a56
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions galaxy/tools/deps/conda_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,9 @@

def conda_link():
if IS_OS_X:
url = "https://repo.continuum.io/miniconda/Miniconda3-4.3.31-MacOSX-x86_64.sh"
url = "https://repo.continuum.io/miniconda/Miniconda3-4.6.14-MacOSX-x86_64.sh"
else:
if sys.maxsize > 2**32:
url = "https://repo.continuum.io/miniconda/Miniconda3-4.3.31-Linux-x86_64.sh"
else:
url = "https://repo.continuum.io/miniconda/Miniconda3-4.3.31-Linux-x86.sh"
url = "https://repo.continuum.io/miniconda/Miniconda3-4.6.14-Linux-x86_64.sh"
return url


Expand Down

0 comments on commit 7973a56

Please sign in to comment.