Skip to content

Commit

Permalink
Install graphviz package
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cho committed Nov 3, 2023
1 parent e7aabc9 commit 5b0ee26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
setup.cfg
docker/requirements.txt
- name: Install graphviz
run: sudo apt-get install -y graphviz

- name: Build Docs
run: make docs
env:
Expand Down

0 comments on commit 5b0ee26

Please sign in to comment.