Skip to content

Commit 4145e96

Browse files
20240414 - install Jupyter
1 parent 2ba816c commit 4145e96

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717

1818
- name: Set up Quarto
1919
uses: quarto-dev/quarto-actions/setup@v2
20+
21+
- name: Install Jupyter
22+
- uses: actions/setup-python@v4
23+
with:
24+
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
25+
- run: pip install jupyter
2026

2127
- name: Install R
2228
uses: r-lib/actions/setup-r@v2

0 commit comments

Comments
 (0)