We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3544518 commit 6e82cc4Copy full SHA for 6e82cc4
Makefile
@@ -22,8 +22,12 @@ pdf: book/*-*.ipynb
22
poetry run jupyter-book build book --builder pdflatex
23
24
nbval:
25
+ @echo "Testing all chapters (apart from 18) with --nbval"
26
poetry run pytest -v --nbval book --sanitize-with book/static/nbval_sanitize.cfg \
27
--ignore=book/18-environments.ipynb --ignore=book/_build
28
+ @echo "Testing chapter 18 with --nbval-lax"
29
+ poetry run pytest -v --nbval-lax book/18-environments.ipynb
30
+
31
32
33
docker-all:
0 commit comments