From 27e2d2a14b24ec63a3ae952b0b829fb0866131f7 Mon Sep 17 00:00:00 2001 From: Cyril Pernet Date: Thu, 23 Nov 2023 12:24:40 +0100 Subject: [PATCH] Update run_system_tests_matlab.yml use matlab bids main --- .github/workflows/run_system_tests_matlab.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_system_tests_matlab.yml b/.github/workflows/run_system_tests_matlab.yml index 1b3f0be..8dfe745 100644 --- a/.github/workflows/run_system_tests_matlab.yml +++ b/.github/workflows/run_system_tests_matlab.yml @@ -62,11 +62,11 @@ jobs: submodules: true fetch-depth: 0 - - name: Install SPM abd bids-matlab + - name: Install SPM and bids-matlab run: | git clone --depth 1 https://github.com/spm/spm12.git cd system_test - git clone --branch dev --depth 1 https://github.com/bids-standard/bids-matlab.git + git clone --branch main --depth 1 https://github.com/bids-standard/bids-matlab.git - name: Run facerep uses: matlab-actions/run-command@v1.1.0