Skip to content

Commit db33da4

Browse files
committed
ci: added graphviz to deps
1 parent df6d178 commit db33da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: 3.12
2121
- name: Install APT dependencies
2222
run: |
23-
sudo apt-get install -y git build-essential apt-utils wget libfreetype6 libpng-dev libopenblas-dev gcc gfortran libsnappy-dev
23+
sudo apt-get install -y git build-essential apt-utils wget libfreetype6 libpng-dev libopenblas-dev gcc gfortran libsnappy-dev graphviz
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip poetry

0 commit comments

Comments
 (0)