Skip to content

Commit 55b1e54

Browse files
committed
add nbval
1 parent 3be16d2 commit 55b1e54

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install -r requirements.txt
27+
pip install nbval
2728
- name: Test with nbval
2829
run: |
2930
find notebooks -maxdepth 1 -name "0*.ipynb" | sort -n | xargs pytest -vx --nbval-lax
@@ -47,6 +48,7 @@ jobs:
4748
run: |
4849
python -m pip install --upgrade pip
4950
pip install -r requirements.txt
51+
pip install nbval
5052
- name: Test with nbval
5153
run: |
5254
find notebooks -maxdepth 1 -name "1[4-7]*.ipynb" | sort -n | xargs pytest -vx --nbval-lax

0 commit comments

Comments
 (0)