Skip to content

Commit

Permalink
Merge pull request #3378 from galaxyproject/upgrade_conda
Browse files Browse the repository at this point in the history
Use a newer conda version by default
  • Loading branch information
jmchilton authored Jan 3, 2017
2 parents 29e5bd4 + e350c8b commit 85333d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tools/deps/conda_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
VERSIONED_ENV_DIR_NAME = re.compile(r"__(.*)@(.*)")
UNVERSIONED_ENV_DIR_NAME = re.compile(r"__(.*)@_uv_")
USE_PATH_EXEC_DEFAULT = False
CONDA_VERSION = "3.19.3"
CONDA_VERSION = "4.2.13"


def conda_link():
Expand Down

0 comments on commit 85333d4

Please sign in to comment.