I think this is a bug in the most recent mystmd-based `build-book` workflow. Our nightly builds and CI tests are reporting success when we run ``` myst build --execute --html ``` even if there is a failure in the code execution. An example is here: https://projectpythia.org/radiative-feedback-cookbook/_preview/29/notebooks/feedback-analysis/manual-calc It's possible that adding `--ci` to the myst build command will restore the desired behavior.