Skip to content

Commit

Permalink
Install prelude in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
po09i committed Oct 11, 2023
1 parent 817cdcc commit beeb252
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ jobs:
run: |
echo "$HOME/shimming-toolbox/bin" >> $GITHUB_PATH
- name: prelude Ubuntu
if: contains(matrix.os, 'ubuntu')
run: |
echo "Download prelude"
st_download_data prelude
sudo install prelude/prelude /usr/local/bin
# - name: Run unit tests Mac
# if: contains(matrix.os, 'macos')
# run: |
Expand Down

0 comments on commit beeb252

Please sign in to comment.