Skip to content

Commit 02c21d5

Browse files
authored
Update tests/container-canary/base.yml
1 parent 7965c6d commit 02c21d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/container-canary/base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ checks:
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}$ ]]'
3232
- name: tst-conda-active
33-
description: test the conda environment is active
33+
description: test the conda environment is active if running with a login shell
3434
probe:
3535
exec:
3636
command:
3737
- /bin/bash
38-
- -c
38+
- -lc
3939
- '[ "${CONDA_EXE+x}" ];'
4040
- name: tool-conda
4141
description: conda can be executed

0 commit comments

Comments
 (0)