Skip to content

Commit c37750c

Browse files
committed
fix slow notebooks
1 parent 758d355 commit c37750c

4 files changed

Lines changed: 1545 additions & 418 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ master ]
88

99
jobs:
10-
chapters_d01234:
10+
chapters_d0123:
1111

1212
runs-on: ubuntu-latest
1313
strategy:
@@ -28,10 +28,10 @@ jobs:
2828
pip install nbval
2929
- name: Test with nbval
3030
run: |
31-
find notebooks -maxdepth 1 -name "[01][01234]*.ipynb" | sort -n | xargs pytest -vx --nbval-lax --durations=0
31+
find notebooks -maxdepth 1 -name "[01][0123]*.ipynb" | sort -n | xargs pytest -vx --nbval-lax --durations=0
3232
3333
34-
chapters_d56789:
34+
chapters_d456789:
3535

3636
runs-on: ubuntu-latest
3737
strategy:
@@ -52,5 +52,5 @@ jobs:
5252
pip install nbval
5353
- name: Test with nbval
5454
run: |
55-
find notebooks -maxdepth 1 -name "[01][56789]*.ipynb" | sort -n | xargs pytest -vx --nbval-lax --durations=0
55+
find notebooks -maxdepth 1 -name "[01][456789]*.ipynb" | sort -n | xargs pytest -vx --nbval-lax --durations=0
5656

notebooks/12_monsters_and_mixtures.ipynb

Lines changed: 484 additions & 141 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)