From beeb25254f160df2aa0545bd3a843f7db9b49c34 Mon Sep 17 00:00:00 2001 From: Alexandre D'Astous Date: Wed, 11 Oct 2023 16:17:25 -0400 Subject: [PATCH] Install prelude in the CI --- .github/workflows/tests.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a701fd3..4158edf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: |