File tree Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,6 @@ set -euo pipefail
77
88source " $( dirname " $0 " ) /test_common.sh"
99
10- rapids-logger " Downloading artifacts from previous jobs"
11- CPP_CHANNEL=$( rapids-download-conda-from-github cpp)
12-
13- rapids-logger " Create test conda environment"
14- . /opt/conda/etc/profile.d/conda.sh
15-
16- rapids-dependency-file-generator \
17- --output conda \
18- --file-key test_cpp \
19- --matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) " \
20- --prepend-channel " ${CPP_CHANNEL} " \
21- | tee env.yaml
22-
23- rapids-mamba-retry env create --yes -f env.yaml -n test
2410conda activate test
2511
2612rapids-print-env
Original file line number Diff line number Diff line change @@ -7,20 +7,6 @@ set -euo pipefail
77
88source " $( dirname " $0 " ) /test_common.sh"
99
10- rapids-logger " Downloading artifacts from previous jobs"
11- CPP_CHANNEL=$( rapids-download-conda-from-github cpp)
12-
13- rapids-logger " Create test conda environment"
14- . /opt/conda/etc/profile.d/conda.sh
15-
16- rapids-dependency-file-generator \
17- --output conda \
18- --file-key test_python \
19- --matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) ;py=${RAPIDS_PY_VERSION} " \
20- --prepend-channel " ${CPP_CHANNEL} " \
21- | tee env.yaml
22-
23- rapids-mamba-retry env create --yes -f env.yaml -n test
2410conda activate test
2511
2612rapids-print-env
You can’t perform that action at this time.
0 commit comments