Skip to content

Commit b4b79eb

Browse files
committed
Use conda install
1 parent e03806a commit b4b79eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci/check_style.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 --yes -f env.yaml -n checks
14+
rapids-conda-retry env create --yes -f env.yaml -n checks
1515
conda activate checks
1616

1717
rapids-logger "Run pre-commit checks - Python backend"
@@ -21,4 +21,4 @@ pre-commit run --hook-stage manual --all-files --show-diff-on-failure
2121
rapids-logger "eslint:check - TS frontend"
2222
# Run eslint checks
2323
jlpm install
24-
jlpm run eslint:check
24+
jlpm run eslint:check

ci/test_python.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 --yes -f env.yaml -n test
14+
rapids-conda-retry env create --yes -f env.yaml -n test
1515

1616
# Temporarily allow unbound variables for conda activation.
1717
set +u
@@ -23,7 +23,7 @@ PYTHON_CHANNEL=$(rapids-download-conda-from-s3 python)
2323

2424
rapids-print-env
2525

26-
rapids-mamba-retry install \
26+
rapids-conda-retry install \
2727
--channel "${PYTHON_CHANNEL}" \
2828
jupyterlab-nvdashboard
2929

0 commit comments

Comments
 (0)