Skip to content

Commit 8f2a41f

Browse files
committed
updated gh workflow to install graphviz
Signed-off-by: Pedro Escaleira <pedroescaleira@hotmail.com>
1 parent 9898adf commit 8f2a41f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
- uses: "actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065" # v5.6.0
1717
with:
1818
python-version: '3.9'
19+
- name: Install graphviz
20+
run: |
21+
sudo apt-get update
22+
sudo apt-get install graphviz graphviz-dev
1923
- name: Install dependencies
2024
run: |
2125
pip install pipenv

0 commit comments

Comments
 (0)