Skip to content

Commit 3dfdfd6

Browse files
committed
Try changing order of graphviz install
1 parent 209b26a commit 3dfdfd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
# Install dependencies
24+
- name: Install Graphviz
25+
run: |
26+
sudo apt-get install graphviz {lib,}graphviz-dev
27+
2428
- name: Set up Python 3.11
2529
uses: actions/setup-python@v4
2630
with:
@@ -40,10 +44,6 @@ jobs:
4044
sudo R -e 'install.packages("IRkernel")'
4145
R -e 'IRkernel::installspec()'
4246
43-
- name: Install Graphviz
44-
run: |
45-
sudo apt-get install graphviz
46-
4747
# Build the book
4848
- name: Build the book
4949
run: ./build.sh

0 commit comments

Comments
 (0)