We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6556de commit ecd5dbeCopy full SHA for ecd5dbe
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- MATLABVersion: [R2023a,R2023b,R2024a]
+ MATLABVersion: [R2023b,R2024a]
17
runs-on: ubuntu-latest
18
steps:
19
# Checks-out your repository
@@ -35,12 +35,6 @@ jobs:
35
products: Symbolic_Math_Toolbox
36
# Simulink Statistics_and_Machine_Learning_Toolbox
37
# List required products above in the format shown (and uncomment them)
38
- # List of product strings:
39
- # Simulink
40
- # Statistics_and_Machine_Learning_Toolbox
41
- # Simulink_Coder
42
- # Econometrics_Toolbox
43
- # Deep_Learning_Toolbox
44
45
# Run all the tests
46
- name: Run SmokeTests
0 commit comments