Skip to content

Commit

Permalink
Add install of graphviz again.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasraabe committed Dec 6, 2023
1 parent eecd42c commit 1186281
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,13 @@ jobs:
allow-prereleases: true
- run: pip install tox

# - if: matrix.os == 'macos-latest'
# run: brew install graphviz
- if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install graphviz graphviz-dev
- if: matrix.os == 'macos-latest'
run: brew install graphviz

# Unit, integration, and end-to-end tests.

Expand Down

0 comments on commit 1186281

Please sign in to comment.