Skip to content

Commit

Permalink
fix: install graphviz for testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leclairm committed Nov 8, 2024
1 parent c48ccd8 commit 406f1a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: |
pip install --upgrade pip
pip install hatch
- name: install graphviz
run: apt install graphviz
- name: Install package
run: |
pip install .
Expand Down

0 comments on commit 406f1a5

Please sign in to comment.