We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe639b commit 90a88f1Copy full SHA for 90a88f1
1 file changed
tools/github_actions_verify_python.sh
@@ -4,7 +4,7 @@ set -eo pipefail
4
5
GOT_PYTHON=$(which python)
6
echo "Checking Python found at:"
7
-echo " $(which python) == ${GOT_PYTHON}"
+echo " \$(which python) == ${GOT_PYTHON}"
8
echo "for"
9
echo " \$MNE_CI_KIND == ${MNE_CI_KIND}"
10
if [[ "${MNE_CI_KIND}" == "conda" ]] || [[ "${MNE_CI_KIND}" == "mamba" ]]; then
0 commit comments