Skip to content

Commit c7910d5

Browse files
committed
remove env creation stuff from conda test scripts
1 parent 1194ff2 commit c7910d5

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

ci/test_cpp.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,6 @@ set -euo pipefail
77

88
source "$(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
2410
conda activate test
2511

2612
rapids-print-env

ci/test_python.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,6 @@ set -euo pipefail
77

88
source "$(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
2410
conda activate test
2511

2612
rapids-print-env

0 commit comments

Comments
 (0)