We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4c619 commit 387bc44Copy full SHA for 387bc44
.github/workflows/ci.yml
@@ -40,16 +40,9 @@ jobs:
40
uses: matlab-actions/setup-matlab@v2
41
with:
42
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
-
+ products: >
+ Symbolic_Math_Toolbox
+ Statistics_and_Machine_Learning_Toolbox
53
54
# Run all the tests
55
- name: Run SmokeTests
0 commit comments