Skip to content

Commit 90a88f1

Browse files
committed
FIX: Escapes
1 parent 8fe639b commit 90a88f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/github_actions_verify_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eo pipefail
44

55
GOT_PYTHON=$(which python)
66
echo "Checking Python found at:"
7-
echo " $(which python) == ${GOT_PYTHON}"
7+
echo " \$(which python) == ${GOT_PYTHON}"
88
echo "for"
99
echo " \$MNE_CI_KIND == ${MNE_CI_KIND}"
1010
if [[ "${MNE_CI_KIND}" == "conda" ]] || [[ "${MNE_CI_KIND}" == "mamba" ]]; then

0 commit comments

Comments
 (0)