Skip to content

Commit 1add187

Browse files
committed
gh
1 parent 6c30741 commit 1add187

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
run: |
4848
sudo apt-get update
4949
sudo apt install libomp-dev
50+
- name: Set up MATLAB
51+
uses: matlab-actions/setup-matlab@v2
52+
with:
53+
release: R2024a
5054
- name: Install and Test with pytest
5155
run: |
5256
export PATH="$pythonLocation:$PATH"

0 commit comments

Comments
 (0)