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 7474 dependencies : " pre"
7575
7676 steps :
77+ - uses : actions/checkout@v4
7778 - uses : actions/cache@v4
7879 with :
7980 path : /var/lib/apt
@@ -127,8 +128,6 @@ jobs:
127128 ~/conda_pkgs_dir
128129 /home/runner/.cache/pip
129130 key : python-${{ matrix.python-version }}-${{ env.CACHE_NUM }}
130- restore-keys : |
131- python-${{ matrix.python-version }}-${{ env.CACHE_NUM }}
132131 - name : Install DataLad
133132 run : |
134133 conda install git-annex=*=alldep*
@@ -137,13 +136,6 @@ jobs:
137136 - name : Install fsl and ANTs
138137 run : |
139138 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-
147139 - uses : actions/cache@v4
148140 with :
149141 path : ~/.cache/templateflow
You can’t perform that action at this time.
0 commit comments