We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e4466 commit 19ac4d9Copy full SHA for 19ac4d9
.github/workflows/run_tests.yml
@@ -49,8 +49,9 @@ jobs:
49
sudo apt install libomp-dev
50
- name: Set up MATLAB
51
uses: matlab-actions/setup-matlab@v2
52
+ with:
53
+ release: R2024a
54
- name: Install and Test with pytest
55
run: |
56
export PATH="$pythonLocation:$PATH"
- python -m pip install -e .[Dev,Orso]
- python RATapi/examples/normal_reflectivity/DSPC_custom_layers.py
57
+ python -m pip install RATapi[MATLAB_2024a]
0 commit comments