Skip to content

Commit 05d8edc

Browse files
committed
ci-cd fix
1 parent ac3bcc7 commit 05d8edc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,9 @@ jobs:
352352
runs-on: ubuntu-latest
353353
steps:
354354

355+
- name: Checkout repo
356+
uses: actions/checkout@v2
357+
355358
- name: Set up Git user
356359
run: |
357360
git config --local user.email "[email protected]"
@@ -366,8 +369,6 @@ jobs:
366369
- name: Extract Mrtrix version
367370
run: echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV
368371

369-
- uses: actions/checkout@v2
370-
371372
- name: Download auto-gen pydra
372373
uses: actions/download-artifact@v2
373374
with:

0 commit comments

Comments
 (0)