Skip to content

Commit b1fc035

Browse files
authored
Merge pull request #115 from jhlegarreta/DownloaddMRICovNbDataFromOSF
TST: Download dMRI covariance notebook data from OSF
2 parents f4fd8be + 6437b3c commit b1fc035

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/notebooks.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ jobs:
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343

44-
- name: Download data file from G-Node GIN
44+
- name: Download data file from OSF
4545
run: |
4646
mkdir ${TEST_DATA_HOME}
47-
curl -L -o "${TEST_DATA_HOME}/hcpdata.npz" https://gin.g-node.org/nipreps-data/tests-nifreeze/src/master/hcpdata.npz
47+
pip install osfclient
48+
osf -p 39k4x fetch hcpdata.npz "${TEST_DATA_HOME}/hcpdata.npz"
4849
4950
- name: Install TeX Live
5051
run: |

0 commit comments

Comments
 (0)