Skip to content

Commit f8079fc

Browse files
committed
Move Conda active env test to base
1 parent 2e8bbf9 commit f8079fc

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

tests/container-canary/base.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

tests/container-canary/notebooks.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ description: |
77
are expected to have.
88
documentation: https://github.com/rapidsai/docker
99
checks:
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:

0 commit comments

Comments
 (0)