Skip to content

Commit

Permalink
test notebook in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jul 6, 2024
1 parent b2c4767 commit 6b8bf64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ jobs:
mamba info
mamba list
- name: Run test
run: nosetests pyrms/rmsTest.py
run: |
nosetests pyrms/rmsTest.py
pip install pytest

0 comments on commit 6b8bf64

Please sign in to comment.