Skip to content

Commit

Permalink
Update matlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcafaro authored Jun 26, 2023
1 parent fa041c2 commit 9629068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run function using parfor
uses: matlab-actions/run-command@v1
with:
command: parpool('threads'); addpath('src'); somefun(1:10)
command: parfor i = 1:n; n; end



Expand Down

0 comments on commit 9629068

Please sign in to comment.