We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e064600 commit 538e1d1Copy full SHA for 538e1d1
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: quarto-dev/quarto-actions/setup@v2
20
21
- name: Setup Python and Jupyter
22
- - uses: actions/setup-python@v4
+ uses: actions/setup-python@v4
23
with:
24
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
0 commit comments