Skip to content

Commit

Permalink
Update run_unit_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johmedr authored Nov 21, 2024
1 parent 10f9659 commit f2482ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ jobs:

- name: Install SPM Python
run: pip install -e .

- name: Try to import SPM Python (Mac)
if: matrix.platform == 'Mac'
run: mwpython -c "import spm;"

- name: Try to import SPM Python (Windows, Linux)
if: matrix.platform != 'Mac'
run: python -c "import spm;"

# Setup MATLAB and Runtime
- name: Set up MATLAB
Expand Down

0 comments on commit f2482ac

Please sign in to comment.