Skip to content

Commit 3a031ba

Browse files
committed
add pixi to verify python [skip circle] [skip azp]
1 parent 1b0b26f commit 3a031ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/github_actions_verify_python.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ elif [[ "${MNE_CI_KIND}" == "old" ]]; then
2121
WANT="mne-python/mne-python/.venv/bin"
2222
elif [[ "${MNE_CI_KIND}" == "pip" ]] || [[ "${MNE_CI_KIND}" == "pip-pre" ]] || [[ "${MNE_CI_KIND}" == "minimal" ]]; then
2323
WANT="/hostedtoolcache/"
24+
elif [[ "${MNE_CI_KIND}" == "pixi" ]]; then
25+
WANT="mne-python/mne-python/tools/ci/macos-intel/.pixi/"
2426
else
2527
echo "✕ ERROR: Unrecognized MNE_CI_KIND=${MNE_CI_KIND}"
2628
exit 1

0 commit comments

Comments
 (0)