Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump QuartoNotebookRunner to 0.12.0 #11928

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MichaelHatherly
Copy link
Contributor

Upgrades to the latest QNR.jl version. This version now supports running different versions of Julia in individual notebooks. Previously we required all the Julia versions to match the version used by the Julia server process.

@MichaelHatherly
Copy link
Contributor Author

MichaelHatherly commented Jan 22, 2025

Looks like some errors related to running Julia 1.11.3 with a Manifest.toml that is resolved for Julia 1.11.2. QNR detects that case and will now throw an error, since we should really always be running with a correctly resolved Manifest.toml for reproducibility. The options are:

  • update the Manifest.toml to 1.11.3
  • pin the version of julia installed in CI to 1.11.2 to match the current manifest
  • pin it to 1.11.3 and update the committed Manifest.toml
  • don't commit a Manifest.toml, instead instantiate it during CI so that it always matches the Julia version that CI is using.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant