We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a89e0e commit 942328aCopy full SHA for 942328a
.github/workflows/quarto_docs.yml
@@ -16,7 +16,7 @@ jobs:
16
python-version: "3.11"
17
- name: Install dependencies
18
run: |
19
- python -m pip install .
+ python -m pip install . jupyter
20
- uses: quarto-dev/quarto-actions/setup@v2
21
- name: Render and publish to gh pages
22
env:
0 commit comments