Skip to content

Commit acfb481

Browse files
committed
adapt matlab worklow script
1 parent 0570e38 commit acfb481

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/matlab_workflow_script.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
run moxunit_set_path();
1111

1212
cd(fullfile(root_dir));
13-
initCppSpm(true);
13+
initCppSpm();
14+
addpath(fullfile(root_dir, 'tests', 'utils'));
1415
run run_tests();

0 commit comments

Comments
 (0)