We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209b26a commit 3dfdfd6Copy full SHA for 3dfdfd6
1 file changed
.github/workflows/build.yml
@@ -21,6 +21,10 @@ jobs:
21
uses: actions/checkout@v4
22
23
# Install dependencies
24
+ - name: Install Graphviz
25
+ run: |
26
+ sudo apt-get install graphviz {lib,}graphviz-dev
27
+
28
- name: Set up Python 3.11
29
uses: actions/setup-python@v4
30
with:
@@ -40,10 +44,6 @@ jobs:
40
44
sudo R -e 'install.packages("IRkernel")'
41
45
R -e 'IRkernel::installspec()'
42
46
43
- - name: Install Graphviz
- run: |
- sudo apt-get install graphviz
-
47
# Build the book
48
- name: Build the book
49
run: ./build.sh
0 commit comments