We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be16d2 commit 55b1e54Copy full SHA for 55b1e54
1 file changed
.github/workflows/ci.yml
@@ -24,6 +24,7 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
pip install -r requirements.txt
27
+ pip install nbval
28
- name: Test with nbval
29
30
find notebooks -maxdepth 1 -name "0*.ipynb" | sort -n | xargs pytest -vx --nbval-lax
@@ -47,6 +48,7 @@ jobs:
47
48
49
50
51
52
53
54
find notebooks -maxdepth 1 -name "1[4-7]*.ipynb" | sort -n | xargs pytest -vx --nbval-lax
0 commit comments