Skip to content

Commit

Permalink
chore: run notebooks sequentially instead of in parallel in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjholland committed Feb 28, 2025
1 parent 8308045 commit 13e34d9
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 @@ -51,7 +51,7 @@ jobs:
if: github.event_name == 'pull_request'
run: |
shopt -s extglob
uv run pytest --nbmake -n auto docs/source/examples/!(comparing-pyprobe-performance).ipynb
uv run pytest --nbmake docs/source/examples/!(comparing-pyprobe-performance).ipynb
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit 13e34d9

Please sign in to comment.