We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a7ac6 commit a8a205bCopy full SHA for a8a205b
.github/workflows/render.yml
@@ -20,9 +20,9 @@ jobs:
20
- 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'
+ uses: actions/setup-python@v5
+ with:
+ python-version: '3.x'
26
27
- name: Install Jupyter dependencies
28
run: |
0 commit comments