8000 CI: Use Ubuntu Bionic compatible package names · matplotlib/matplotlib@eac2d03 · GitHub
[go: up one dir, main page]

Skip to content

Commit eac2d03

Browse files
committed
CI: Use Ubuntu Bionic compatible package names
otf-freefont was renamed to fonts-freefont-otf pgf is now provided with texlive-pictures
1 parent cd580da commit eac2d03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ addons:
3636
- libgeos-dev
3737
- libgirepository1.0-dev
3838
- lmodern
39-
- otf-freefont
40-
- pgf
39+
- fonts-freefont-otf
40+
- texlive-pictures
4141
- pkg-config
4242
- qtbase5-dev
4343
- texlive-fonts-recommended

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ steps:
6262
libgeos-dev \
6363
libgirepository-1.0.1 \
6464
lmodern \
65-
otf-freefont \
66-
pgf \
65+
fonts-freefont-otf \
66+
texlive-pictures \
6767
texlive-fonts-recommended \
6868
texlive-latex-base \
6969
texlive-latex-extra \

0 commit comments

Comments
 (0)
0