We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef84ff commit 6867191Copy full SHA for 6867191
1 file changed
.github/workflows/deploy_rmarkdown.yml
@@ -22,12 +22,12 @@ jobs:
22
- name: Set up Quarto
23
uses: quarto-dev/quarto-actions/setup@v2
24
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
+ #- name: Setup Python and Jupyter
+ # uses: actions/setup-python@v4
+ # with:
+ # python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
+ #- run: pip install jupyter
+ #- run: pip install -r requirements.txt
31
32
- name: Install R
33
uses: r-lib/actions/setup-r@v2
0 commit comments