Skip to content

Commit 7487735

Browse files
committed
again
1 parent 6eeb98a commit 7487735

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
jobs:
14-
run_ruff:
15-
uses: ./.github/workflows/run_ruff.yml
1614

1715
test:
1816
needs: [run_ruff]
@@ -50,8 +48,10 @@ jobs:
5048
run: |
5149
sudo apt-get update
5250
sudo apt install libomp-dev
51+
- name: Set up MATLAB
52+
uses: matlab-actions/setup-matlab@v2
5353
- name: Install and Test with pytest
5454
run: |
5555
export PATH="$pythonLocation:$PATH"
5656
python -m pip install -e .[Dev,Orso]
57-
pytest tests/ --cov=RATapi --cov-report=term
57+
python RATapi/examples/normal_reflectivity/DSPC_custom_layers.py

0 commit comments

Comments
 (0)