Skip to content

Commit

Permalink
fix caching on circle ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
agramfort committed Feb 12, 2020
1 parent c7555d9 commit 01aa0ce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
python -c "import mne; print([mne.datasets.eegbci.load_data(s, [4, 5, 6, 8, 9, 10, 12, 13, 14], update_path=True, force_update=True) for s in range(1, 51)])";
fi;
if [[ $(cat $FNAME | grep -x ".*datasets.*sleep_physionet.*" | wc -l) -gt 0 ]]; then
python -c "import mne; print(mne.datasets.sleep_physionet.age.fetch_data([0, 1], recording=[1], update_path=True))";
python -c "import mne; print(mne.datasets.sleep_physionet.age.fetch_data([0, 1], recording=[1], update_path=True, force_update=True))";
fi;
fi;
done;
Expand Down Expand Up @@ -153,9 +153,6 @@ jobs:
steps:
- attach_workspace:
at: /tmp/build
- restore_cache:
keys:
- website-cache
- run:
name: Fetch docs
command: |
Expand Down

0 comments on commit 01aa0ce

Please sign in to comment.