hamel commited on
Commit
4e69aa4
1 Parent(s): 629450c

Update docs.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/docs.yml +3 -0
.github/workflows/docs.yml CHANGED
@@ -20,6 +20,9 @@ jobs:
20
  uses: actions/setup-python@v3
21
  with:
22
  python-version: '3.10'
 
 
 
23
  - name: Publish to GitHub Pages (and render)
24
  uses: quarto-dev/quarto-actions/publish@v2
25
  with:
 
20
  uses: actions/setup-python@v3
21
  with:
22
  python-version: '3.10'
23
+ - name: install dependencies
24
+ run: |
25
+ python3 -m pip install jupyter
26
  - name: Publish to GitHub Pages (and render)
27
  uses: quarto-dev/quarto-actions/publish@v2
28
  with: