Skip to content

Commit fc16889

Browse files
committed
Add apt install graphviz to build.yml, sudo
1 parent 485c8e6 commit fc16889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pip install --force-reinstall pylint Sphinx sphinx-rtd-theme pre-commit
4848
- name: Load graphviz
4949
run: |
50-
apt install graphviz
50+
sudo apt install graphviz
5151
- name: Library version
5252
run: git describe --dirty --always --tags
5353
- name: Pre-commit hooks

0 commit comments

Comments
 (0)