Skip to content

Commit

Permalink
ci-cd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 29, 2024
1 parent ac3bcc7 commit 05d8edc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Checkout repo
uses: actions/checkout@v2

- name: Set up Git user
run: |
git config --local user.email "[email protected]"
Expand All @@ -366,8 +369,6 @@ jobs:
- name: Extract Mrtrix version
run: echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV

- uses: actions/checkout@v2

- name: Download auto-gen pydra
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 05d8edc

Please sign in to comment.