We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562cbcd commit 9d74ef3Copy full SHA for 9d74ef3
.github/workflows/publish-docs.yml
@@ -23,6 +23,8 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip
25
pip install poetry==1.7
26
+ sudo apt-get update
27
+ sudo apt-get install -y pandoc
28
poetry install --with notebooks --with docs
29
30
- name: Build Documentation
0 commit comments