Skip to content

Commit a8a205b

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/render.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- run: quarto add --no-prompt r-wasm/quarto-live
2121
# ── NEW: install Python & Jupyter for notebook support ──
2222
- name: Setup Python for Quarto
23-
uses: actions/setup-python@v5
24-
with:
25-
python-version: '3.x'
23+
uses: actions/setup-python@v5
24+
with:
25+
python-version: '3.x'
2626

2727
- name: Install Jupyter dependencies
2828
run: |

0 commit comments

Comments
 (0)