Skip to content

Commit f4eab60

Browse files
committed
activate environment
1 parent 019ddf4 commit f4eab60

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
manifest-path: tools/pixi.toml
129129
# https://github.com/prefix-dev/setup-pixi/issues/139
130-
activate-environment: false
130+
activate-environment: true
131131
if: matrix.kind == 'pixi'
132132
# Python (if conda)
133133
- name: Fixes for conda

tools/github_actions_download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
if [ "${MNE_CI_KIND}" != "minimal" ]; then
55
${PREFIX} python -c 'import mne; mne.datasets.testing.data_path(verbose=True)';
66
${PREFIX} python -c "import mne; mne.datasets.misc.data_path(verbose=True)";
7-
fi
7+
fi

0 commit comments

Comments
 (0)