Skip to content

Commit eb0687a

Browse files
20240414 - install jupyter
1 parent 4145e96 commit eb0687a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
uses: quarto-dev/quarto-actions/setup@v2
2020

2121
- name: Install Jupyter
22-
- uses: actions/setup-python@v4
22+
uses: actions/setup-python@v4
2323
with:
2424
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
25+
run: pip install jupyter
2626

2727
- name: Install R
2828
uses: r-lib/actions/setup-r@v2

0 commit comments

Comments
 (0)