Skip to content

Commit

Permalink
Use conda env create --yes instead of --force.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Mar 27, 2024
1 parent fda0aab commit 403a86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 403a86e

Please sign in to comment.