8000 List all the packages installed in the CUDA CI env · scikit-learn/scikit-learn@f44920e · GitHub
[go: up one dir, main page]

Skip to content

Commit f44920e

Browse files
committed
List all the packages installed in the CUDA CI env
1 parent 60d2014 commit f44920e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build_tools/github/create_gpu_environment.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ conda activate base
1515
CONDA_ENV_NAME=sklearn
1616
LOCK_FILE=build_tools/github/pylatest_conda_forge_cuda_array-api_linux-64_conda.lock
1717
create_conda_environment_from_lock_file $CONDA_ENV_NAME $LOCK_FILE
18+
19+
conda activate $CONDA_ENV_NAME
20+
conda list

0 commit comments

Comments
 (0)
0