Skip to content

Commit

Permalink
Switch to nbval for the notebook test
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlya committed Feb 5, 2024
1 parent 3a8a64b commit c27f509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
pytest
- name: Test CLI notebook
run: |
pytest --nbsmoke-run docs/source/Examples/Walkthrough_CLI.ipynb
pytest --nbval-lax docs/source/Examples/Walkthrough_CLI.ipynb
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
pytest
pytest-flake8
pytest-cov
nbsmoke
nbval

0 comments on commit c27f509

Please sign in to comment.