Skip to content

Commit 387bc44

Browse files
committed
Add dependency on Statistics and Machine Learning toolbox
1 parent cf4c619 commit 387bc44

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,9 @@ jobs:
4040
uses: matlab-actions/setup-matlab@v2
4141
with:
4242
release: ${{ matrix.MATLABVersion }}
43-
products: Symbolic_Math_Toolbox
44-
# Simulink Statistics_and_Machine_Learning_Toolbox
45-
# List required products above in the format shown (and uncomment them)
46-
# List of product strings:
47-
# Simulink
48-
# Statistics_and_Machine_Learning_Toolbox
49-
# Simulink_Coder
50-
# Econometrics_Toolbox
51-
# Deep_Learning_Toolbox
52-
43+
products: >
44+
Symbolic_Math_Toolbox
45+
Statistics_and_Machine_Learning_Toolbox
5346
5447
# Run all the tests
5548
- name: Run SmokeTests

0 commit comments

Comments
 (0)