Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b36511

Browse files
authored
Merge pull request #14780 from tacaswell/auto-backport-of-pr-14775-on-v2.2.4-doc
Backport PR #14775: DOC: Fix CircleCI builds
2 parents 00ee41b + 22731e9 commit 4b36511

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.circleci/config.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +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 \
29-
otf-freefont
29+
fonts-crosextra-carlito \
30+
fonts-freefont-otf
3031
3132
fonts-run: &fonts-install
3233
name: Install custom fonts
@@ -97,8 +98,10 @@ jobs:
9798
- run: *apt-install
9899
- run: *fonts-install
99100
- run: *pip-install
100-
101-
- run: *deps-install
101+
- run:
102+
<<: *deps-install
103+
environment:
104+
NUMPY_VERSION: "==1.13.0"
102105
- run: *mpl-install
103106

104107
- run: *doc-build

0 commit comments

Comments
 (0)