Skip to content

Commit ad4fe52

Browse files
committed
ci: adding graphviz to dependencies for profiling plotting
1 parent 2b5c8c9 commit ad4fe52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ jobs:
513513
- name: "Install os packages"
514514
run: |
515515
sudo apt update
516-
sudo apt install libgl1-mesa-glx xvfb
516+
sudo apt install libgl1-mesa-glx xvfb graphviz
517517
518518
- name: "Test virtual framebuffer"
519519
run: |
@@ -685,7 +685,7 @@ jobs:
685685
- name: "Install OS packages"
686686
run: |
687687
apt update
688-
apt install -y libgl1-mesa-glx xvfb libgomp1
688+
apt install -y libgl1-mesa-glx xvfb libgomp1 graphviz
689689
690690
- name: "Test virtual framebuffer"
691691
run: |
@@ -827,7 +827,7 @@ jobs:
827827
- name: "Installing missing package"
828828
run: |
829829
sudo apt-get update
830-
sudo apt-get install -y libgomp1
830+
sudo apt-get install -y libgomp1 graphviz
831831
832832
- name: "Setup Python"
833833
uses: actions/setup-python@v5
@@ -957,7 +957,7 @@ jobs:
957957
- name: "Installing missing package"
958958
run: |
959959
sudo apt-get update
960-
sudo apt-get install -y libgomp1
960+
sudo apt-get install -y libgomp1 graphviz
961961
962962
- name: "Setup Python"
963963
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)