8000 Backport PR #14775: DOC: Fix CircleCI builds · matplotlib/matplotlib@136d7e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 136d7e3

Browse files
tacaswellMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #14775: DOC: Fix CircleCI builds
1 parent c504afa commit 136d7e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ apt-run: &apt-install
1414
sudo apt-get -qq update
1515
sudo apt-get install -y \
1616
inkscape \
17-
libav-tools \
17+
ffmpeg \
1818
dvipng \
19-
pgf \
2019
lmodern \
2120
cm-super \
2221
texlive-latex-base \
2322
texlive-latex-extra \
2423
texlive-fonts-recommended \
2524
texlive-latex-recommended \
25+
texlive-pictures \
2626
texlive-xetex \
2727
graphviz \
2828
libgeos-dev \
2929
fonts-crosextra-carlito \
30-
otf-freefont
30+
fonts-freefont-otf
3131
3232
fonts-run: &fonts-install
3333
name: Install custom fonts
@@ -101,7 +101,7 @@ jobs:
101101
- run:
102102
<<: *deps-install
103103
environment:
104-
NUMPY_VERSION: "==1.11.0"
104+
NUMPY_VERSION: "==1.13.0"
105105
- run: *mpl-install
106106

107107
- run: *doc-build

0 commit comments

Comments
 (0)
0