We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4086667 + fc73f4d commit f4bc74fCopy full SHA for f4bc74f
1 file changed
.github/workflows/docs.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Install apt package
38
run: |
39
sudo apt-get update
40
- sudo apt-get install -y doxygen virtualenv
+ sudo apt-get install -y doxygen virtualenv graphviz
41
42
- name: Install prerequisites
43
run: python -m pip install -r doc/requirements.txt
0 commit comments