Skip to content

Commit 11397b2

Browse files
committed
Add back pandoc install
1 parent 6dddb1f commit 11397b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sphinx_docs_to_gh_pages.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
python-version: "3.10"
1818
- name: Install dependencies
1919
run: |
20+
sudo apt install pandoc
2021
python -m pip install --upgrade pip
2122
pip install .
2223
pip install -r docs/requirements.txt

0 commit comments

Comments
 (0)