Skip to content

Commit

Permalink
FIX: More
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 9, 2024
1 parent 1aaecd7 commit da9b5a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ jobs:
- run:
name: Get data
command: |
pwd
ls -al .
python setup.py develop --user
mkdir -p ~/mne_data
python -c "import mne; print(mne.datasets.sample.data_path(update_path=True))";
Expand Down

0 comments on commit da9b5a6

Please sign in to comment.