Skip to content

Commit

Permalink
install graphviz on test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
christophevg committed Jan 24, 2024
1 parent 393677b commit 5c8b376
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install Graphviz
run: |
sudo apt-get update
sudo apt-get install graphviz
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 5c8b376

Please sign in to comment.