From eb0dd7915358ad99ace0ca420cd9f6abe4a520ac Mon Sep 17 00:00:00 2001 From: Thorsten Beier Date: Tue, 28 Jan 2025 16:06:54 +0100 Subject: [PATCH] Update constants.py --- emci/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emci/constants.py b/emci/constants.py index ee3c77578..882c28a38 100644 --- a/emci/constants.py +++ b/emci/constants.py @@ -15,7 +15,7 @@ # rattler build related -RATTLER_CONDA_BUILD_CONFIG_PATH = os.path.join(REPO_ROOT, "conda_build_config.yaml") +RATTLER_CONDA_BUILD_CONFIG_PATH = os.path.join(REPO_ROOT, "variant.yaml") CONDA_PREFIX = os.environ.get("CONDA_PREFIX") if CONDA_PREFIX is None: