Skip to content

Commit

Permalink
execute notebooks to verify them (#44)
Browse files Browse the repository at this point in the history
Closes #21
  • Loading branch information
giocaizzi authored Jul 22, 2023
1 parent d977b3e commit 2f1151a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
pip install -r requirements.txt
pip install -r docsrc/requirements.txt
pip install .
# run all notebooks to check for errors
# fails if any notebook has Errors
- name: Run all notebooks
run : |
jupyter nbconvert --to notebook --execute --inplace docsrc/source/examples/*
- name: Build docs
run : |
Expand Down

0 comments on commit 2f1151a

Please sign in to comment.