We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e33b9e commit 4eaa59cCopy full SHA for 4eaa59c
1 file changed
.github/workflows/tests.yml
@@ -58,7 +58,7 @@ jobs:
58
- run: s3cmd get s3://mne-hcp-testing-data/mne-hcp-testing.tar.gz ~/mne-hcp-data/
59
- run: cd ~/mne-hcp-data/ && tar -xvzf mne-hcp-testing.tar.gz
60
- run: find ~/mne-hcp-data/mne-hcp-testing/105923 -name "*" > output.txt && cat output.txt | wc -l && head output.txt
61
- - run: mkdir -p "${{ env.SUBJECTS_DIR}}" && python -c "import mne; mne.datasets.fetch_fsaverage(subjects_dir='${{ env.subjects_dir }}')"
+ - run: mkdir -p "${{ env.SUBJECTS_DIR}}" && python -c "import mne; mne.datasets.fetch_fsaverage(subjects_dir='${{ env.SUBJECTS_DIR }}')"
62
# TODO: Move this to the top (toward bottom to speed up testing of steps above)
63
- uses: pyvista/setup-headless-display-action@main
64
with:
0 commit comments