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
Resolves the two ci.yml conflicts, both from main evolving steps that
jb2 rewrote for the mystmd toolchain:
- Install JAX: took main's side — the jax 0.11.0 pin rationale comment
(jax 0.11.1 hangs fori_loop on CPU paths) and the numpyro install
apply to the executed lectures regardless of build toolchain.
- The old jupyter-book steps (texlive, build-cache download, the
jb clean prune from #616, sphinx-tojupyter): kept jb2's side — these
steps do not exist in the myst pipeline, which builds cold with no
restored sphinx cache, so the staleness problem the prune step
addresses cannot occur here.
The execution-cache key hashes ci.yml, so this merge forces a cold
build — the pin, numpyro, and the v2.3.0 theme bump are all validated
by real execution rather than replayed outputs.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments