From e8abf52042e9967eb8a89aa383912f9cd13bb2e2 Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Tue, 13 May 2025 12:31:15 -0700 Subject: [PATCH] Force use of conda command for constructor This may be required because the `menu_packages` option is not fully implemented when `micromamba` is used as the `--conda-exe` binary. See . --- tools/run_constructor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_constructor.sh b/tools/run_constructor.sh index 8a673a8..d657b08 100755 --- a/tools/run_constructor.sh +++ b/tools/run_constructor.sh @@ -7,7 +7,7 @@ export PYTHONUTF8=1 echo "Running constructor recipe ${RECIPE_DIR} in verbose mode" # Allow "./tools/build_local.sh --dry-run" to pass the --dry-run arg -EXTRA_ARGS="" +EXTRA_ARGS="--conda-exe $(type -p conda)" for VAR in "$@" do if [[ "$VAR" == "--dry-run" ]]; then