Skip to content

Commit 5376caf

Browse files
committed
chore(ci): Remove unnecessary install step, move checkout to top
1 parent 5675855 commit 5376caf

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
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

0 commit comments

Comments
 (0)