Skip to content

Commit

Permalink
chore: ignore performance example from pytest on notebook examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjholland committed Jan 12, 2025
1 parent 7f870c3 commit 62adee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
# Enable Job Summary for PRs
summary-always: true
- name: Test notebooks
run: uv run pytest --nbmake docs/source/examples/*ipynb
run: uv run pytest --nbmake docs/source/examples/*ipynb --ignore --nbmake docs/source/examples/comparing-pyprobe-performance.ipynb

0 comments on commit 62adee0

Please sign in to comment.