Skip to content

Commit 485c8e6

Browse files
committed
Add apt install graphviz to build.yml
1 parent 45da81f commit 485c8e6

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 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+
apt install graphviz
4851
- name: Library version
4952
run: git describe --dirty --always --tags
5053
- name: Pre-commit hooks

0 commit comments

Comments
 (0)