Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00ee41b + 22731e9 commit 4b36511Copy full SHA for 4b36511
.circleci/config.yml
@@ -14,19 +14,20 @@ apt-run: &apt-install
14
sudo apt-get -qq update
15
sudo apt-get install -y \
16
inkscape \
17
- libav-tools \
+ ffmpeg \
18
dvipng \
19
- pgf \
20
lmodern \
21
cm-super \
22
texlive-latex-base \
23
texlive-latex-extra \
24
texlive-fonts-recommended \
25
texlive-latex-recommended \
+ texlive-pictures \
26
texlive-xetex \
27
graphviz \
28
libgeos-dev \
29
- otf-freefont
+ fonts-crosextra-carlito \
30
+ fonts-freefont-otf
31
32
fonts-run: &fonts-install
33
name: Install custom fonts
@@ -97,8 +98,10 @@ jobs:
97
98
- run: *apt-install
99
- run: *fonts-install
100
- run: *pip-install
-
101
- - run: *deps-install
+ - run:
102
+ <<: *deps-install
103
+ environment:
104
+ NUMPY_VERSION: "==1.13.0"
105
- run: *mpl-install
106
107
- run: *doc-build
0 commit comments