Skip to content

Commit

Permalink
Run the example notebooks too
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Nov 13, 2024
1 parent 7dc1372 commit e39749b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
pip install jupyter matplotlib
home_dir=`pwd`
for notebook in `find docs/user-guide -name "*.ipynb"`; do
for notebook in `find . -name "*.ipynb"`; do
cd `dirname $notebook`
jupyter execute `basename $notebook`
cd $home_dir
Expand Down

0 comments on commit e39749b

Please sign in to comment.