Skip to content

fix: Install jupyter in integration GHA job#181

Merged
schloerke merged 1 commit intomainfrom
schloerke/fix-integration-gha
Mar 30, 2026
Merged

fix: Install jupyter in integration GHA job#181
schloerke merged 1 commit intomainfrom
schloerke/fix-integration-gha

Conversation

@schloerke
Copy link
Copy Markdown
Collaborator

@schloerke schloerke commented Mar 30, 2026

Summary

The integration job has been failing because Quarto's internal Jupyter support requires pyyaml, which was previously installed as a transitive dependency (via pre-commit) but is no longer pulled in. This adds an explicit pip install jupyter step so Quarto can discover and use the Python environment when rendering documents.

Test plan

  • Verify the integration job passes in CI

🤖 Generated with Claude Code

Quarto's internal Jupyter support requires pyyaml, which was previously
installed as a transitive dependency but is no longer. Explicitly
installing jupyter ensures Quarto can render documents with Python.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@schloerke schloerke merged commit 90bada2 into main Mar 30, 2026
13 checks passed
@schloerke schloerke deleted the schloerke/fix-integration-gha branch March 30, 2026 19:58
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