Skip to content

Commit 6aec642

Browse files
committed
Maybe install graphviz in ubuntu?
1 parent 77f01fb commit 6aec642

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
cache: 'pip'
1818
- name: Install dependencies
1919
run: |
20+
apt install graphviz
2021
pip install -q -r requirements-initial.txt
2122
pip install -q -r requirements.txt
2223
pip freeze

0 commit comments

Comments
 (0)