Skip to content

Commit 4eaa59c

Browse files
committed
FIX: Name
1 parent 3e33b9e commit 4eaa59c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- run: s3cmd get s3://mne-hcp-testing-data/mne-hcp-testing.tar.gz ~/mne-hcp-data/
5959
- run: cd ~/mne-hcp-data/ && tar -xvzf mne-hcp-testing.tar.gz
6060
- 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 }}')"
61+
- run: mkdir -p "${{ env.SUBJECTS_DIR}}" && python -c "import mne; mne.datasets.fetch_fsaverage(subjects_dir='${{ env.SUBJECTS_DIR }}')"
6262
# TODO: Move this to the top (toward bottom to speed up testing of steps above)
6363
- uses: pyvista/setup-headless-display-action@main
6464
with:

0 commit comments

Comments
 (0)