Skip to content

Commit

Permalink
add setup graphviz step
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Aug 29, 2024
1 parent 58b4e9f commit 492f478
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ jobs:
- name: Setup dependencies
run: uv sync

- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2

- name: Run tests
if: github.event_name == 'merge_group' || !matrix.python-version.coverage
run: |
Expand Down

0 comments on commit 492f478

Please sign in to comment.