You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: pin jupyter-book<2 in the execution test workflows
Since jupyter-book 2.x became the default pip target the unpinned
install has left every scheduled run failing at the build step with
"jb: command not found" — no execution signal on any OS since May.
- pin "jupyter-book<2" in all three execution-*.yml, mirroring the
<2.0 pin in environment.yml (the repo stays on jupyter-book 1.x
until a JB2-compatible theme exists)
- drop the duplicate bare "pip install jupyter-book" in
execution-win.yml
- add workflow_dispatch so the workflows can be validated on demand
instead of waiting for the next scheduled run
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments