Skip to content

Commit c27c089

Browse files
committed
Install graphviz in doc build
1 parent 710d9f8 commit c27c089

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
python -m pip install ".[docs]"
25+
sudo apt install graphviz --yes
26+
2527
- name: Build Docs
2628
uses: aganders3/headless-gui@v1
2729
with:

0 commit comments

Comments
 (0)