File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 41
41
with :
42
42
python-version : ${{ matrix.python-version }}
43
43
44
- - name : Download data file from OSF
45
- run : |
46
- mkdir ${TEST_DATA_HOME}
47
- pip install osfclient
48
- osf -p 39k4x fetch hcpdata.npz "${TEST_DATA_HOME}/hcpdata.npz"
49
-
50
44
- name : Install TeX Live
51
45
run : |
52
46
sudo apt-get update
@@ -65,14 +59,20 @@ jobs:
65
59
- name : Install DataLad
66
60
run : pip install datalad
67
61
62
+ - name : Download data from OpenNeuro
63
+ run : |
64
+ ${{ github.workspace }}/scripts/fetch_fmri_nb_openneuro_data.sh "${TEST_DATA_HOME}"
65
+
66
+ - name : Download data from OSF
67
+ run : |
68
+ mkdir ${TEST_DATA_HOME}
69
+ pip install osfclient
70
+ osf -p 39k4x fetch hcpdata.npz "${TEST_DATA_HOME}/hcpdata.npz"
71
+
68
72
- name : Install tox
69
73
run : |
70
74
python -m pip install --upgrade pip
71
75
pip install tox
72
76
73
- - name : Download data from OpenNeuro
74
- run : |
75
- ${{ github.workspace }}/scripts/fetch_fmri_nb_openneuro_data.sh "${TEST_DATA_HOME}"
76
-
77
77
- name : Run notebooks with tox
78
78
run : tox -e notebooks
You can’t perform that action at this time.
0 commit comments