File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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 --yes -f env.yaml -n checks
14+ rapids-conda -retry env create --yes -f env.yaml -n checks
1515conda activate checks
1616
1717rapids-logger " Run pre-commit checks - Python backend"
@@ -21,4 +21,4 @@ pre-commit run --hook-stage manual --all-files --show-diff-on-failure
2121rapids-logger " eslint:check - TS frontend"
2222# Run eslint checks
2323jlpm install
24- jlpm run eslint:check
24+ jlpm run eslint:check
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 --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.
1717set +u
@@ -23,7 +23,7 @@ PYTHON_CHANNEL=$(rapids-download-conda-from-s3 python)
2323
2424rapids-print-env
2525
26- rapids-mamba -retry install \
26+ rapids-conda -retry install \
2727 --channel " ${PYTHON_CHANNEL} " \
2828 jupyterlab-nvdashboard
2929
You can’t perform that action at this time.
0 commit comments