Skip to content

Commit fc73f4d

Browse files
author
Colin Davidson
committed
[CI] Fix docs graph generation
We need to install graphviz to generate the correct graphs
1 parent 4086667 commit fc73f4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install apt package
3838
run: |
3939
sudo apt-get update
40-
sudo apt-get install -y doxygen virtualenv
40+
sudo apt-get install -y doxygen virtualenv graphviz
4141
4242
- name: Install prerequisites
4343
run: python -m pip install -r doc/requirements.txt

0 commit comments

Comments
 (0)