Skip to content

Commit 8b33589

Browse files
authored
Fix test workflow (#4754)
1 parent 4c47029 commit 8b33589

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run_periodic_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: matrix.os == 'ubuntu-latest'
3737
run: |
3838
sudo apt-get update
39-
sudo dot -c
39+
sudo apt-get install gfortran gcc graphviz pandoc
4040
sudo apt-get install libopenblas-dev texlive-latex-extra dvipng
4141
4242
- name: Install macOS system dependencies
@@ -100,6 +100,7 @@ jobs:
100100
- name: Install Linux system dependencies
101101
run: |
102102
sudo apt-get update
103+
sudo apt-get install graphviz pandoc
103104
sudo apt-get install texlive-latex-extra dvipng
104105
105106
- name: Set up Python
@@ -132,6 +133,7 @@ jobs:
132133
- name: Install Linux system dependencies
133134
run: |
134135
sudo apt-get update
136+
sudo apt-get install gfortran gcc graphviz pandoc
135137
sudo apt-get install libopenblas-dev texlive-latex-extra dvipng
136138
137139
- name: Set up Python 3.12
@@ -161,6 +163,7 @@ jobs:
161163
- name: Install Linux system dependencies
162164
run: |
163165
sudo apt-get update
166+
sudo apt-get install gfortran gcc graphviz
164167
sudo apt-get install libopenblas-dev texlive-latex-extra dvipng
165168
166169
- name: Set up Python 3.12

0 commit comments

Comments
 (0)