Skip to content

Commit

Permalink
Changed path for demo tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Oct 31, 2024
1 parent 7b208b7 commit bb7b82f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ jobs:
cd doc
make doctest
name: Test all example code in documentation.
- run: for file in demo/*.ipynb; do papermill $file demo/foo.ipynb; done
- run: |
cd demo
for file in *.ipynb; do papermill $file foo.ipynb; done
name: Test all demo notebooks
format-test:
Expand Down

0 comments on commit bb7b82f

Please sign in to comment.