File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 74
74
dependencies : " pre"
75
75
76
76
steps :
77
+ - uses : actions/checkout@v4
77
78
- uses : actions/cache@v4
78
79
with :
79
80
path : /var/lib/apt
@@ -127,8 +128,6 @@ jobs:
127
128
~/conda_pkgs_dir
128
129
/home/runner/.cache/pip
129
130
key : python-${{ matrix.python-version }}-${{ env.CACHE_NUM }}
130
- restore-keys : |
131
- python-${{ matrix.python-version }}-${{ env.CACHE_NUM }}
132
131
- name : Install DataLad
133
132
run : |
134
133
conda install git-annex=*=alldep*
@@ -137,13 +136,6 @@ jobs:
137
136
- name : Install fsl and ANTs
138
137
run : |
139
138
conda install fsl-fugue fsl-topup ants
140
- - uses : actions/checkout@v4
141
- - name : Install dependencies
142
- timeout-minutes : 5
143
- run : |
144
- pip install .[tests]
145
-
146
-
147
139
- uses : actions/cache@v4
148
140
with :
149
141
path : ~/.cache/templateflow
You can’t perform that action at this time.
0 commit comments