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 ae46079 commit 6ce9ef1Copy full SHA for 6ce9ef1
1 file changed
.github/workflows/check-docs-build.yml
@@ -31,6 +31,10 @@ jobs:
31
uses: actions/setup-python@v6
32
with:
33
python-version: 3.11
34
+ - name: install graphviz
35
+ run: |
36
+ sudo apt-get update
37
+ sudo apt-get install graphviz
38
- name: build manual and examples
39
run: |
40
just build
0 commit comments