Skip to content

Commit

Permalink
Update run_system_tests_matlab.yml
Browse files Browse the repository at this point in the history
use matlab bids main
  • Loading branch information
CPernet authored Nov 23, 2023
1 parent dbf5861 commit 27e2d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_system_tests_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 27e2d2a

Please sign in to comment.