File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rapids-dependency-file-generator \
11
11
--file_key docs \
12
12
--matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) ;py=${RAPIDS_PY_VERSION} " | tee env.yaml
13
13
14
- rapids-mamba-retry env create --force -f env.yaml -n docs
14
+ rapids-mamba-retry env create --yes -f env.yaml -n docs
15
15
conda activate docs
16
16
17
17
rapids-print-env
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rapids-dependency-file-generator \
11
11
--file_key checks \
12
12
--matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) ;py=${RAPIDS_PY_VERSION} " | tee env.yaml
13
13
14
- rapids-mamba-retry env create --force -f env.yaml -n checks
14
+ rapids-mamba-retry env create --yes -f env.yaml -n checks
15
15
conda activate checks
16
16
17
17
RAPIDS_VERSION_NUMBER=" $( rapids-version-major-minor) "
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ rapids-dependency-file-generator \
14
14
--file_key test_cpp \
15
15
--matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) " | tee env.yaml
16
16
17
- rapids-mamba-retry env create --force -f env.yaml -n test
17
+ rapids-mamba-retry env create --yes -f env.yaml -n test
18
18
19
19
# Temporarily allow unbound variables for conda activation.
20
20
set +u
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ rapids-dependency-file-generator \
14
14
--file_key test_python \
15
15
--matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) ;py=${RAPIDS_PY_VERSION} " | tee env.yaml
16
16
17
- rapids-mamba-retry env create --force -f env.yaml -n test
17
+ rapids-mamba-retry env create --yes -f env.yaml -n test
18
18
set +u
19
19
conda activate test
20
20
set -u
You can’t perform that action at this time.
0 commit comments