Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Fix necessary products
  • Loading branch information
eszmw committed May 21, 2024
1 parent 13fc85e commit 7e98ca1
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
MATLABVersion: [R2021a,R2021b,R2022a,R2022b,R2023a,R2023b]
# MATLABVersion: [R2021a,R2021b,R2022a,R2022b,R2023a,R2023b]
MATLABVersion: [R2024a]
runs-on: ubuntu-latest
steps:
# Checks-out your repository
Expand All @@ -32,15 +33,13 @@ jobs:
uses: matlab-actions/setup-matlab@v2
with:
release: ${{ matrix.MATLABVersion }}
products: Symbolic_Math_Toolbox Image_Processing_and_Computer_Vision_Toolbox Statistics_and_Machine_Learning_Toolbox Curve_Fitting_Toolbox Automated_Driving_Toolbox
# List required products above in the format shown (and uncomment them)
# List of product strings:
# Simulink
# Statistics_and_Machine_Learning_Toolbox
# Simulink_Coder
# Econometrics_Toolbox
# Deep_Learning_Toolbox

products:
Symbolic_Math_Toolbox
Image_Processing_Toolbox
Computer_Vision_Toolbox
Statistics_and_Machine_Learning_Toolbox
Curve_Fitting_Toolbox
Automated_Driving_Toolbox

# Run all the tests
- name: Run SmokeTests
Expand Down

0 comments on commit 7e98ca1

Please sign in to comment.