Added some minimal data checks to make_meg_bids #118
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: nih2mne-tests | |
on: [push] | |
jobs: | |
pytest: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-node@v2 | |
- run: git submodule update --init --recursive | |
- run: pip install gdown pytest install git+https://github.com/nih-megcore/nih_to_mne | |
- run: gdown --folder ${{ secrets.GDRIVE_MRI }} | |
- run: pytest -vv |