Skip to content

Commit 9d74ef3

Browse files
committed
[BugFix + CI] install pandoc package for building documentation
1 parent 562cbcd commit 9d74ef3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-docs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install poetry==1.7
26+
sudo apt-get update
27+
sudo apt-get install -y pandoc
2628
poetry install --with notebooks --with docs
2729
2830
- name: Build Documentation

0 commit comments

Comments
 (0)