Skip to content

Commit ba3eab7

Browse files
committed
Install imagemagick with conda.
1 parent d2e72b9 commit ba3eab7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Install apt dependencies
3030
run: |
31-
sudo apt install texlive texlive-xetex latexmk fonts-freefont-otf imagemagick
31+
sudo apt install texlive texlive-xetex latexmk fonts-freefont-otf
3232
- name: Build the website & PDF
3333
shell: bash -l {0}
3434
run: |

multibody-book-env.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ channels:
44
dependencies:
55
- ghp-import ==2.1.0
66
- graphviz ==5.0.0
7+
- imagemagick
78
- jupyter-sphinx ==0.4.0 # >=0.4.0 required for new directive names jupyter-download-script/notebook
89
- matplotlib ==3.5.2
910
- numpy ==1.23.1

0 commit comments

Comments
 (0)