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