We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8423abf commit 23768a2Copy full SHA for 23768a2
.github/workflows/build.yml
@@ -45,6 +45,9 @@ jobs:
45
- name: Pip install pylint, Sphinx, pre-commit
46
run: |
47
pip install --force-reinstall pylint Sphinx sphinx-rtd-theme pre-commit
48
+ - name: Load graphviz
49
+ run: |
50
+ sudo apt install graphviz
51
- name: Library version
52
run: git describe --dirty --always --tags
53
- name: Setup problem matchers
0 commit comments