Skip to content

Commit 23768a2

Browse files
committed
graphviz for docs building
1 parent 8423abf commit 23768a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- name: Pip install pylint, Sphinx, pre-commit
4646
run: |
4747
pip install --force-reinstall pylint Sphinx sphinx-rtd-theme pre-commit
48+
- name: Load graphviz
49+
run: |
50+
sudo apt install graphviz
4851
- name: Library version
4952
run: git describe --dirty --always --tags
5053
- name: Setup problem matchers

0 commit comments

Comments
 (0)