File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments