Skip to content

Commit 78403f1

Browse files
committed
Add Pandoc installation step to CI workflow for documentation build: required to convert notebook markdown cells into reStructuredText or HTML
1 parent a97440f commit 78403f1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
with:
4747
python-version: '3.x'
4848

49+
- name: Install Pandoc
50+
run: |
51+
sudo apt-get update
52+
sudo apt-get install -y pandoc
53+
4954
- name: Install docs dependencies
5055
run: |
5156
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)