Skip to content

Commit

Permalink
FIX: Force
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Apr 2, 2024
1 parent 0bb36e5 commit 608b450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/github_actions_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ fi
python -c 'from mne_nirs.datasets import fnirs_motor_group; fnirs_motor_group.data_path(force_update=True)'
python -c 'from mne_nirs.datasets import block_speech_noise; block_speech_noise.data_path(force_update=True)'
python -c 'from mne_nirs.datasets import audio_or_visual_speech; audio_or_visual_speech.data_path(force_update=True)'
python -c "from mne.datasets import fnirs_motor; fnirs_motor.data_path()"
python -c "from mne.datasets import fnirs_motor; fnirs_motor.data_path(force_update=True)"

0 comments on commit 608b450

Please sign in to comment.