Skip to content

Commit aba192d

Browse files
committed
Update quarto version
1 parent 4ddff60 commit aba192d

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/render.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# ===== Install Quarto CLI (>=1.6) =====
1212
- uses: quarto-dev/quarto-actions/setup@v2
1313
with:
14-
version: "1.6.43" # pin or use 'release'
14+
version: "1.7.3" # pin or use 'release'
1515

1616
# Ensure the APT-installed binary shadows any pip shim
1717
- run: echo "PATH=/usr/bin:${PATH}" >> $GITHUB_ENV

Lesson_1_Basics/Lesson_1_Student_Version.ipynb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,8 @@
9595
"cell_type": "code",
9696
"execution_count": null,
9797
"metadata": {
98-
"quarto": {
99-
"engine": "pyodide",
100-
"autorun": false,
101-
"echo": true
102-
}
98+
"quarto": { "engine":"pyodide","autorun":false,"echo":true }
99+
103100
},
104101
"outputs": [],
105102
"source": [

0 commit comments

Comments
 (0)