Skip to content

Commit fa3e43a

Browse files
committed
fix: drop strictness
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
1 parent 3bdfb61 commit fa3e43a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ rich = ">=11"
2626

2727
[tasks]
2828
lab = "jupyter lab"
29-
book = "python -m ipykernel install --user --name conda-env-level-up-your-python-py && jupyter-book build --execute --strict"
30-
pdf = "python -m ipykernel install --user --name conda-env-level-up-your-python-py && jupyter-book build --pdf --execute --strict"
29+
book = "python -m ipykernel install --user --name conda-env-level-up-your-python-py && jupyter-book build --execute"
30+
pdf = "python -m ipykernel install --user --name conda-env-level-up-your-python-py && jupyter-book build --pdf --execute"

0 commit comments

Comments
 (0)