We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7965c6d commit 02c21d5Copy full SHA for 02c21d5
1 file changed
tests/container-canary/base.yml
@@ -30,12 +30,12 @@ checks:
30
# the second component could have a 't' for like '3.15t' for free-threaded builds at some point in the future
31
- '[[ "${PYTHON_VERSION}" =~ ^[0-9]{1,2}\.[0-9t]{1,2}$ ]]'
32
- name: tst-conda-active
33
- description: test the conda environment is active
+ description: test the conda environment is active if running with a login shell
34
probe:
35
exec:
36
command:
37
- /bin/bash
38
- - -c
+ - -lc
39
- '[ "${CONDA_EXE+x}" ];'
40
- name: tool-conda
41
description: conda can be executed
0 commit comments