Skip to content

Commit 364a9ff

Browse files
committed
fix adding bids matlab to path
1 parent 2797ccc commit 364a9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_matlab.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
root_dir = getenv('GITHUB_WORKSPACE');
55

66
addpath(fullfile(root_dir, 'spm12'));
7-
addpath(fullfile(root_dir, 'bids-matlab'));
7+
addpath(fullfile(root_dir, 'lib', 'bids-matlab'));
88
addpath(fullfile(root_dir, 'MOcov', 'MOcov'));
99

1010
cd(fullfile(root_dir, 'MOxUnit', 'MOxUnit'));

0 commit comments

Comments
 (0)