Skip to content

Commit

Permalink
Fix notebook examples test
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Jan 24, 2024
1 parent f046210 commit b6db8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- shell: bash -el {0}
name: Test notebooks.
run: |
pytest --nbmake examples --ignore "examples/verification examples/demonstration"
pytest --nbmake examples --ignore=examples/demonstration
# - name: Build a distribution if tagged
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
# run: |
Expand Down

0 comments on commit b6db8c0

Please sign in to comment.