File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rapids-dependency-file-generator \
1111 --file_key docs \
1212 --matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) ;py=${RAPIDS_PY_VERSION} " | tee env.yaml
1313
14- rapids-mamba-retry env create --force -f env.yaml -n docs
14+ rapids-mamba-retry env create --yes -f env.yaml -n docs
1515
1616# seeing failures on activating the environment here on unbound locals
1717# apply workaround from https://github.com/conda/conda/issues/8186#issuecomment-532874667
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rapids-dependency-file-generator \
1111 --file_key rust \
1212 --matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) ;py=${RAPIDS_PY_VERSION} " | tee env.yaml
1313
14- rapids-mamba-retry env create --force -f env.yaml -n rust
14+ rapids-mamba-retry env create --yes -f env.yaml -n rust
1515
1616# seeing failures on activating the environment here on unbound locals
1717# apply workaround from https://github.com/conda/conda/issues/8186#issuecomment-532874667
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rapids-dependency-file-generator \
1111 --file_key checks \
1212 --matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) ;py=${RAPIDS_PY_VERSION} " | tee env.yaml
1313
14- rapids-mamba-retry env create --force -f env.yaml -n checks
14+ rapids-mamba-retry env create --yes -f env.yaml -n checks
1515conda activate checks
1616
1717# Run pre-commit checks
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rapids-dependency-file-generator \
1111 --file_key test_cpp \
1212 --matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) " | tee env.yaml
1313
14- rapids-mamba-retry env create --force -f env.yaml -n test
14+ rapids-mamba-retry env create --yes -f env.yaml -n test
1515
1616# Temporarily allow unbound variables for conda activation.
1717set +u
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rapids-dependency-file-generator \
1111 --file_key test_python \
1212 --matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) ;py=${RAPIDS_PY_VERSION} " | tee env.yaml
1313
14- rapids-mamba-retry env create --force -f env.yaml -n test
14+ rapids-mamba-retry env create --yes -f env.yaml -n test
1515
1616# Temporarily allow unbound variables for conda activation.
1717set +u
You can’t perform that action at this time.
0 commit comments