Skip to content

Commit 209b26a

Browse files
committed
Update viz and ARG tutes with new tskit_arg_visualizer
1 parent a0b69f6 commit 209b26a

File tree

5 files changed

+305
-155
lines changed

5 files changed

+305
-155
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
sudo R -e 'install.packages("IRkernel")'
4141
R -e 'IRkernel::installspec()'
4242
43+
- name: Install Graphviz
44+
run: |
45+
sudo apt-get install graphviz
46+
4347
# Build the book
4448
- name: Build the book
4549
run: ./build.sh

0 commit comments

Comments
 (0)