Skip to content

Commit f60eff0

Browse files
authored
Readd graphviz installation
1 parent de0dcfd commit f60eff0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)