Skip to content

Commit

Permalink
FIX: Cache [skip circle]
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 24, 2024
1 parent 01c2c48 commit 4965e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
key: ds003392
path: ~/mne_data/ds003392
id: ds003392-cache
- run: python -m mne_bids_pipeline._download ds001971
- run: python -m mne_bids_pipeline._download ds003392
if: steps.ds003392-cache.outputs.cache-hit != 'true'
- run: pytest --cov-append -k ds003392 mne_bids_pipeline/
- run: pytest --cov-append -k ds003392 mne_bids_pipeline/ # uses "mtime" method
Expand Down

0 comments on commit 4965e91

Please sign in to comment.