Skip to content

Commit 31f0601

Browse files
authored
Merge pull request #125 from jhlegarreta/FixNbGHATestDataDirCreation
TST: Avoid attempting to create test data directory in notebook GHA
2 parents 398d7ab + 2cc3012 commit 31f0601

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/notebooks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,15 @@ jobs:
8686
- name: Install DataLad
8787
run: pip install datalad
8888

89+
- name: Create test data directory
90+
run: mkdir ${TEST_DATA_HOME}
91+
8992
- name: Download data from OpenNeuro
9093
run: |
9194
${{ github.workspace }}/scripts/fetch_fmri_nb_openneuro_data.sh "${TEST_DATA_HOME}"
9295
9396
- name: Download data from OSF
9497
run: |
95-
mkdir ${TEST_DATA_HOME}
9698
pip install osfclient
9799
osf -p 39k4x fetch hcpdata.npz "${TEST_DATA_HOME}/hcpdata.npz"
98100

0 commit comments

Comments
 (0)