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 6eeb98a commit 7487735Copy full SHA for 7487735
.github/workflows/run_tests.yml
@@ -11,8 +11,6 @@ concurrency:
11
cancel-in-progress: true
12
13
jobs:
14
- run_ruff:
15
- uses: ./.github/workflows/run_ruff.yml
16
17
test:
18
needs: [run_ruff]
@@ -50,8 +48,10 @@ jobs:
50
48
run: |
51
49
sudo apt-get update
52
sudo apt install libomp-dev
+ - name: Set up MATLAB
+ uses: matlab-actions/setup-matlab@v2
53
- name: Install and Test with pytest
54
55
export PATH="$pythonLocation:$PATH"
56
python -m pip install -e .[Dev,Orso]
57
- pytest tests/ --cov=RATapi --cov-report=term
+ python RATapi/examples/normal_reflectivity/DSPC_custom_layers.py
0 commit comments