Skip to content

Commit 4983e96

Browse files
fix env var in actions (mne-tools#13844)
Co-authored-by: Scott Huberty <52462026+scott-huberty@users.noreply.github.com>
1 parent a8fdad7 commit 4983e96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/github_actions_download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -ef
22

3-
if [ "${DEPS}" != "minimal" ]; then
3+
if [ "${MNE_CI_KIND}" != "minimal" ]; then
44
python -c 'import mne; mne.datasets.testing.data_path(verbose=True)';
55
python -c "import mne; mne.datasets.misc.data_path(verbose=True)";
66
fi

0 commit comments

Comments
 (0)