Skip to content

Commit

Permalink
Updated actions to include graphviz install
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrishnasanka committed Oct 23, 2023
1 parent 9691ccb commit 13c2196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install graphviz deps
run: apt-get install -y graphviz-dev
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 13c2196

Please sign in to comment.