We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc268dc commit b3640bbCopy full SHA for b3640bb
1 file changed
tests/container-canary/notebooks.yml
@@ -7,6 +7,14 @@ description: |
7
are expected to have.
8
documentation: https://github.com/rapidsai/docker
9
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}" ];'
18
- name: env-dask-cuda
19
description: dask-labextension is configured to use dask-cuda by default via environment variables
20
probe:
0 commit comments