Skip to content

Commit 714ca46

Browse files
committed
Remove test dependency on Parallel Computing Toolbox
1 parent 088ab9b commit 714ca46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
release: ${{ matrix.MATLABVersion }}
3535
products: >
3636
Simulink
37+
Simscape
3738
Simscape_Fluids
3839
Stateflow
3940
Simulink_Real-Time
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
% Post-run script for BuildRefrigerator.mlx
22
% ---- Post-run commands -----
33

4-
delete(gcp('nocreate'))
4+
% delete(gcp('nocreate'))
55

0 commit comments

Comments
 (0)