Skip to content

Commit 6867191

Browse files
20251221 - don't install python and jupyter unless necessary
1 parent 2ef84ff commit 6867191

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy_rmarkdown.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- name: Set up Quarto
2323
uses: quarto-dev/quarto-actions/setup@v2
2424

25-
- name: Setup Python and Jupyter
26-
uses: actions/setup-python@v4
27-
with:
28-
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
29-
- run: pip install jupyter
30-
- run: pip install -r requirements.txt
25+
#- name: Setup Python and Jupyter
26+
# uses: actions/setup-python@v4
27+
# with:
28+
# python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
29+
#- run: pip install jupyter
30+
#- run: pip install -r requirements.txt
3131

3232
- name: Install R
3333
uses: r-lib/actions/setup-r@v2

0 commit comments

Comments
 (0)