Skip to content

Commit 19ac4d9

Browse files
committed
df
1 parent 33e4466 commit 19ac4d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ jobs:
4949
sudo apt install libomp-dev
5050
- name: Set up MATLAB
5151
uses: matlab-actions/setup-matlab@v2
52+
with:
53+
release: R2024a
5254
- name: Install and Test with pytest
5355
run: |
5456
export PATH="$pythonLocation:$PATH"
55-
python -m pip install -e .[Dev,Orso]
56-
python RATapi/examples/normal_reflectivity/DSPC_custom_layers.py
57+
python -m pip install RATapi[MATLAB_2024a]

0 commit comments

Comments
 (0)