Skip to content

Commit

Permalink
Add graphviz to generate dot graphs in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Huot committed Aug 24, 2023
1 parent 38b2b41 commit 2c9811b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-build.yml
Expand Up @@ -28,6 +28,8 @@ jobs:
toxenv: ["docs", "readme"]
runs-on: ubuntu-latest
steps:
- name: Install dot
run: sudo apt install -y graphviz
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 2c9811b

Please sign in to comment.