File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,14 @@ checks:
2929 - -c
3030 # the second component could have a 't' for like '3.15t' for free-threaded builds at some point in the future
3131 - ' [[ "${PYTHON_VERSION}" =~ ^[0-9]{1,2}\.[0-9t]{1,2}$ ]]'
32+ - name : tst-conda-active
33+ description : test the conda environment is active
34+ probe :
35+ exec :
36+ command :
37+ - /bin/bash
38+ - -c
39+ - ' [ "${CONDA_EXE+x}" ];'
3240 - name : tool-conda
3341 description : conda can be executed
3442 probe :
Original file line number Diff line number Diff line change @@ -7,14 +7,6 @@ description: |
77 are expected to have.
88documentation : https://github.com/rapidsai/docker
99checks :
10- - name : tst-conda-active
11- description : test the conda environment is active
12- probe :
13- exec :
14- command :
15- - /bin/bash
16- - -c
17- - ' [ "${CONDA_EXE+x}" ];'
1810 - name : env-dask-cuda
1911 description : dask-labextension is configured to use dask-cuda by default via environment variables
2012 probe :
You can’t perform that action at this time.
0 commit comments