From 403a86e581d4f9845c28bb79891a541ebded5a01 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 27 Mar 2024 11:52:07 -0500 Subject: [PATCH] Use `conda env create --yes` instead of `--force`. --- ci/build_and_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_and_test.sh b/ci/build_and_test.sh index d9079b4..d84d0a5 100755 --- a/ci/build_and_test.sh +++ b/ci/build_and_test.sh @@ -9,7 +9,7 @@ rapids-dependency-file-generator \ --file_key build \ --matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee env.yaml -rapids-mamba-retry env create --force -f env.yaml -n test +rapids-mamba-retry env create --yes -f env.yaml -n test # Temporarily allow unbound variables for conda activation. set +u