Skip to content

Commit 59917cd

Browse files
committed
install graphviz when building docs for gh-pages
1 parent f36b40a commit 59917cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Install dependencies
3636
run: |
37-
sudo apt-get install -y doxygen python3-sphinx python3-sphinx-rtd-theme
37+
sudo apt-get install -y doxygen python3-sphinx python3-sphinx-rtd-theme graphviz
3838
pip3 install breathe sphinxcontrib-bibtex sphinx_copybutton IPython myst_parser \
3939
nbsphinx
4040

0 commit comments

Comments
 (0)