We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ebc45 commit 3eb203fCopy full SHA for 3eb203f
.github/workflows/publish.yml
@@ -23,6 +23,7 @@ jobs:
23
python-version: '3.10'
24
cache: 'pip'
25
- run: pip install jupyter
26
+ - run: pip install -r requirements.txt
27
28
- name: Render and Publish
29
uses: quarto-dev/quarto-actions/publish@v2
0 commit comments