Skip to content

Commit 04778c3

Browse files
committed
add graphiz to actions file
1 parent 3e10010 commit 04778c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.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)