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 1b0b26f commit 3a031baCopy full SHA for 3a031ba
1 file changed
tools/github_actions_verify_python.sh
@@ -21,6 +21,8 @@ elif [[ "${MNE_CI_KIND}" == "old" ]]; then
21
WANT="mne-python/mne-python/.venv/bin"
22
elif [[ "${MNE_CI_KIND}" == "pip" ]] || [[ "${MNE_CI_KIND}" == "pip-pre" ]] || [[ "${MNE_CI_KIND}" == "minimal" ]]; then
23
WANT="/hostedtoolcache/"
24
+elif [[ "${MNE_CI_KIND}" == "pixi" ]]; then
25
+ WANT="mne-python/mne-python/tools/ci/macos-intel/.pixi/"
26
else
27
echo "✕ ERROR: Unrecognized MNE_CI_KIND=${MNE_CI_KIND}"
28
exit 1
0 commit comments