We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabd4e0 commit c0c6fdeCopy full SHA for c0c6fde
.github/workflows/ci.yml
@@ -38,14 +38,10 @@ jobs:
38
uses: matlab-actions/setup-matlab@v2
39
with:
40
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
+ products: >
+ Statistics_and_Machine_Learning_Toolbox
+ Deep_Learning_Toolbox
+
49
50
51
# Run all the tests
Utilities/ProjectSettings.mat
0 Bytes
0 commit comments