Skip to content

Commit

Permalink
rm (stable) rapidsai channel
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Apr 11, 2024
1 parent e357bea commit 42ae1e0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ rapids-dependency-file-generator \
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee env.yaml

rapids-mamba-retry env create --yes -f env.yaml -n docs
conda config --system --remove channels rapidsai
conda activate docs

rapids-print-env
Expand Down
1 change: 1 addition & 0 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
set -euo pipefail

rapids-configure-conda-channels
conda config --system --remove channels rapidsai

source rapids-configure-sccache

Expand Down
1 change: 1 addition & 0 deletions ci/check_style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rapids-dependency-file-generator \
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee env.yaml

rapids-mamba-retry env create --yes -f env.yaml -n checks
conda config --system --remove channels rapidsai
conda activate checks

# Run pre-commit checks
Expand Down
1 change: 1 addition & 0 deletions ci/test_notebooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rapids-dependency-file-generator \
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee env.yaml

rapids-mamba-retry env create --yes -f env.yaml -n test
conda config --system --remove channels rapidsai

# Temporarily allow unbound variables for conda activation.
set +u
Expand Down
1 change: 1 addition & 0 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rapids-dependency-file-generator \
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee env.yaml

rapids-mamba-retry env create --yes -f env.yaml -n test
conda config --system --remove channels rapidsai

# Temporarily allow unbound variables for conda activation.
set +u
Expand Down

0 comments on commit 42ae1e0

Please sign in to comment.