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#! /bin/bash
2- # Copyright (c) 2023, NVIDIA CORPORATION.
2+ # Copyright (c) 2023-2024 , NVIDIA CORPORATION.
33
44set -euo pipefail
55
@@ -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
1515conda activate docs
1616
1717rapids-print-env
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright (c) 2020-2023 , NVIDIA CORPORATION.
2+ # Copyright (c) 2020-2024 , NVIDIA CORPORATION.
33
44set -euo pipefail
55
@@ -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
1515
1616set +u
1717conda activate checks
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rapids-dependency-file-generator \
1111 --file_key test \
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
You can’t perform that action at this time.
0 commit comments