Skip to content

Commit

Permalink
run all examples at once
Browse files Browse the repository at this point in the history
  • Loading branch information
JustGlowing authored Jan 17, 2024
1 parent 445dac7 commit c0c852d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Running BasicUsage.ipynb
run: |
pytest --nbval-lax examples/BasicUsage.ipynb
pytest --nbval-lax examples/*.ipynb

0 comments on commit c0c852d

Please sign in to comment.