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

Commit 36b2e65

Browse files
committed
Touch up problem with bdacc4d.
1 parent 3c28e93 commit 36b2e65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

galaxy/tools/deps/conda_util.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
UNVERSIONED_ENV_DIR_NAME = re.compile(r"__(.*)@_uv_")
3131
USE_PATH_EXEC_DEFAULT = False
3232
CONDA_VERSION = "4.2.13"
33-
CONDA_BUILD_VERSION = "2.1.5"
33+
# 2.1.5 is incompatible with 4.2 Conda because of
34+
# https://github.com/conda/conda-build/pull/1766
35+
CONDA_BUILD_VERSION = "2.1.4"
3436
USE_LOCAL_DEFAULT = False
3537

3638

0 commit comments

Comments
 (0)