Skip to content

Commit

Permalink
test notebook with pytest
Browse files Browse the repository at this point in the history
run osx tests
  • Loading branch information
mjohnson541 committed Jul 6, 2024
1 parent bbf4d7c commit cc4a119
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- osx-latest
architecture: [x64]
python-version: ['3.9']
fail-fast: false
Expand Down Expand Up @@ -47,4 +48,4 @@ jobs:
run: |
nosetests pyrms/rmsTest.py
pip install pytest
pytest --nbmake Ipython/pyrms_example.ipynb

0 comments on commit cc4a119

Please sign in to comment.