Skip to content

Commit

Permalink
ci: install Graphviz in ci step
Browse files Browse the repository at this point in the history
  • Loading branch information
geddy11 committed Oct 31, 2024
1 parent 6a53558 commit eb026a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Check-out repository
uses: actions/checkout@v4

- name: Install Graphviz
uses: apt-get install graphviz -y

- name: Install poetry
uses: snok/install-poetry@v1

Expand Down

0 comments on commit eb026a2

Please sign in to comment.