Skip to content

Commit

Permalink
test notebook in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Aug 4, 2024
1 parent d99d710 commit da0c927
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ jobs:
miniforge-version: "latest"
python-version: ${{ matrix.python-version }}
use-mamba: true
- name: add pytest
run: |
mamba install pytest
- name: Conda Info
run: |
mamba info
mamba list
- name: Run test
run: |
nosetests pyrms/rmsTest.py
nosetests pyrms/rmsTest.py
pytest --nbmake Ipython/pyrms_example.ipynb

0 comments on commit da0c927

Please sign in to comment.