Helper script for plotting volumetric data to fsaverage surface #119
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 |