Skip to content

Commit

Permalink
ci: add graphviz for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ong committed Dec 28, 2023
1 parent a562883 commit 6761b8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: install graphviz
uses: tlylt/install-graphviz@v1
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 6761b8d

Please sign in to comment.