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 7864ec5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,15 @@ jobs:
miniforge-version: "latest"
python-version: ${{ matrix.python-version }}
use-mamba: true
- name: Install packages
run: |
python -m pip install pytest nbmake
python -m pip install -e .
- 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 7864ec5

Please sign in to comment.