Skip to content

Commit

Permalink
ci: Install Graphviz in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Jul 13, 2024
1 parent 8a2a01a commit 99a3f9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Fetch all tags
run: git fetch --depth=1 --tags

- name: Set up Graphviz
uses: ts-graphviz/setup-graphviz@v1

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 99a3f9f

Please sign in to comment.