We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b69f6 commit 209b26aCopy full SHA for 209b26a
5 files changed
.github/workflows/build.yml
@@ -40,6 +40,10 @@ jobs:
40
sudo R -e 'install.packages("IRkernel")'
41
R -e 'IRkernel::installspec()'
42
43
+ - name: Install Graphviz
44
+ run: |
45
+ sudo apt-get install graphviz
46
+
47
# Build the book
48
- name: Build the book
49
run: ./build.sh
0 commit comments