File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,20 @@ apt-run: &apt-install
14
14
sudo apt-get -qq update
15
15
sudo apt-get install -y \
16
16
inkscape \
17
- libav-tools \
17
+ ffmpeg \
18
18
dvipng \
19
- pgf \
20
19
lmodern \
21
20
cm-super \
22
21
texlive-latex-base \
23
22
texlive-latex-extra \
24
23
texlive-fonts-recommended \
25
24
texlive-latex-recommended \
25
+ texlive-pictures \
26
26
texlive-xetex \
27
27
graphviz \
28
28
libgeos-dev \
29
29
fonts-crosextra-carlito \
30
- otf -freefont
30
+ fonts -freefont-otf
31
31
32
32
fonts-run : &fonts-install
33
33
name : Install custom fonts
@@ -101,7 +101,7 @@ jobs:
101
101
- run :
102
102
<< : *deps-install
103
103
environment :
104
- NUMPY_VERSION : " ==1.11 .0"
104
+ NUMPY_VERSION : " ==1.13 .0"
105
105
- run : *mpl-install
106
106
107
107
- run : *doc-build
You can’t perform that action at this time.
0 commit comments