Skip to content

Commit e064600

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

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ jobs:
1818
- name: Set up Quarto
1919
uses: quarto-dev/quarto-actions/setup@v2
2020

21-
- name: Setup Python Jupyter
22-
uses: actions/setup-python@v4
23-
24-
- name: Install Jupyter
21+
- name: Setup Python and Jupyter
22+
- uses: actions/setup-python@v4
2523
with:
2624
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
27-
run: pip install jupyter
25+
- run: pip install jupyter
2826

2927
- name: Install R
3028
uses: r-lib/actions/setup-r@v2

0 commit comments

Comments
 (0)