We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e72b9 commit ba3eab7Copy full SHA for ba3eab7
.github/workflows/build-website.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Install apt dependencies
30
run: |
31
- sudo apt install texlive texlive-xetex latexmk fonts-freefont-otf imagemagick
+ sudo apt install texlive texlive-xetex latexmk fonts-freefont-otf
32
- name: Build the website & PDF
33
shell: bash -l {0}
34
multibody-book-env.yml
@@ -4,6 +4,7 @@ channels:
4
dependencies:
5
- ghp-import ==2.1.0
6
- graphviz ==5.0.0
7
+ - imagemagick
8
- jupyter-sphinx ==0.4.0 # >=0.4.0 required for new directive names jupyter-download-script/notebook
9
- matplotlib ==3.5.2
10
- numpy ==1.23.1
0 commit comments