Skip to content

Commit ffb978f

Browse files
20240414 - setup python and install jupyter
1 parent eb0687a commit ffb978f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
- name: Set up Quarto
1919
uses: quarto-dev/quarto-actions/setup@v2
2020

21-
- name: Install Jupyter
21+
- name: Setup Python Jupyter
2222
uses: actions/setup-python@v4
23+
24+
- name: Install Jupyter
2325
with:
2426
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
2527
run: pip install jupyter

0 commit comments

Comments
 (0)