Skip to content

Commit c0c6fde

Browse files
committed
Add products to CI
1 parent aabd4e0 commit c0c6fde

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,10 @@ jobs:
3838
uses: matlab-actions/setup-matlab@v2
3939
with:
4040
release: ${{ matrix.MATLABVersion }}
41-
products: # Simulink Statistics_and_Machine_Learning_Toolbox
42-
# List required products above in the format shown (and uncomment them)
43-
# List of product strings:
44-
# Simulink
45-
# Statistics_and_Machine_Learning_Toolbox
46-
# Simulink_Coder
47-
# Econometrics_Toolbox
48-
# Deep_Learning_Toolbox
41+
products: >
42+
Statistics_and_Machine_Learning_Toolbox
43+
Deep_Learning_Toolbox
44+
4945
5046
5147
# Run all the tests

Utilities/ProjectSettings.mat

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)