Skip to content

Commit c248a1b

Browse files
authored
Update publish.yml
Add install jupyter
1 parent 594796d commit c248a1b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717
- name: Set up Quarto
1818
uses: quarto-dev/quarto-actions/setup@v2
1919

20+
- name: Install Python and Dependencies
21+
uses: actions/setup-python@v5
22+
with:
23+
python-version: '3.10'
24+
cache: 'pip'
25+
- run: pip install jupyter
26+
2027
- name: Render and Publish
2128
uses: quarto-dev/quarto-actions/publish@v2
2229
with:

0 commit comments

Comments
 (0)