Skip to content

Commit 6e82cc4

Browse files
committed
run --nbval-lax on chapter 18
1 parent 3544518 commit 6e82cc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ pdf: book/*-*.ipynb
2222
poetry run jupyter-book build book --builder pdflatex
2323

2424
nbval:
25+
@echo "Testing all chapters (apart from 18) with --nbval"
2526
poetry run pytest -v --nbval book --sanitize-with book/static/nbval_sanitize.cfg \
2627
--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+
2731

2832

2933
docker-all:

0 commit comments

Comments
 (0)