Skip to content

Commit 17a7ac6

Browse files
committed
Update render.yml
1 parent db2f193 commit 17a7ac6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/render.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,16 @@ jobs:
1818

1919
# Install quarto-live extension each build (fast)
2020
- run: quarto add --no-prompt r-wasm/quarto-live
21+
# ── NEW: install Python & Jupyter for notebook support ──
22+
- name: Setup Python for Quarto
23+
uses: actions/setup-python@v5
24+
with:
25+
python-version: '3.x'
2126

27+
- name: Install Jupyter dependencies
28+
run: |
29+
python -m pip install --upgrade pip
30+
pip install jupyter nbformat nbclient
2231
# (Optional) install python & deps if you execute notebooks
2332
# - uses: actions/setup-python@v5
2433
# with: { python-version: '3.11' }

0 commit comments

Comments
 (0)