Skip to content

Commit 0ef4837

Browse files
authored
Update run_book_tests.yml
Breaking out toolboxes to install, so the list is easier to read. Adding Simulink_Test to see if that resolves the use_parallel error.
1 parent 93a1fdf commit 0ef4837

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

.github/workflows/run_book_tests.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check out RVC3-MATLAB repository (for unit tests)
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
2323

2424
- name: Update apt package cache
@@ -42,7 +42,25 @@ jobs:
4242
# Use v2 for Java Swing access
4343
uses: matlab-actions/setup-matlab@v2
4444
with:
45-
products: MATLAB Simulink Robotics_System_Toolbox Navigation_Toolbox UAV_Toolbox Automated_Driving_Toolbox Computer_Vision_Toolbox Image_Processing_Toolbox Deep_Learning_Toolbox Model_Predictive_Control_Toolbox Optimization_Toolbox ROS_Toolbox Signal_Processing_Toolbox Statistics_and_Machine_Learning_Toolbox Symbolic_Math_Toolbox Control_System_Toolbox Parallel_Computing_Toolbox
45+
products: >
46+
Automated_Driving_Toolbox
47+
Computer_Vision_Toolbox
48+
Control_System_Toolbox
49+
Deep_Learning_Toolbox
50+
Image_Processing_Toolbox
51+
MATLAB
52+
Model_Predictive_Control_Toolbox
53+
Navigation_Toolbox
54+
Optimization_Toolbox
55+
Parallel_Computing_Toolbox
56+
Simulink
57+
Simulink_Test
58+
Robotics_System_Toolbox
59+
ROS_Toolbox
60+
Signal_Processing_Toolbox
61+
Statistics_and_Machine_Learning_Toolbox
62+
Symbolic_Math_Toolbox
63+
UAV_Toolbox
4664
# Run tests with prerelease as soon as available; switch to GR once it's live
4765
release: latest-including-prerelease
4866

0 commit comments

Comments
 (0)