Skip to content

Commit f4bc74f

Browse files
author
Colin Davidson
authored
Merge pull request #1000 from coldav/colin/fix_docs_artifact
[CI] Fix docs graph generation
2 parents 4086667 + fc73f4d commit f4bc74f

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)