We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4fd8be + 6437b3c commit b1fc035Copy full SHA for b1fc035
.github/workflows/notebooks.yml
@@ -41,10 +41,11 @@ jobs:
41
with:
42
python-version: ${{ matrix.python-version }}
43
44
- - name: Download data file from G-Node GIN
+ - name: Download data file from OSF
45
run: |
46
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
+ pip install osfclient
48
+ osf -p 39k4x fetch hcpdata.npz "${TEST_DATA_HOME}/hcpdata.npz"
49
50
- name: Install TeX Live
51
0 commit comments