We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710d9f8 commit c27c089Copy full SHA for c27c089
1 file changed
.github/workflows/docs.yml
@@ -22,6 +22,8 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip
24
python -m pip install ".[docs]"
25
+ sudo apt install graphviz --yes
26
+
27
- name: Build Docs
28
uses: aganders3/headless-gui@v1
29
with:
0 commit comments