Skip to content

Commit 31bed65

Browse files
Minimize test dependencies...
1 parent 262174b commit 31bed65

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -25,40 +25,8 @@ jobs:
2525
sudo apt-get update -yy
2626
sudo apt-get install -yy \
2727
ccache \
28-
cm-super \
29-
dvipng \
30-
ffmpeg \
31-
fonts-noto-cjk \
32-
gdb \
33-
gir1.2-gtk-3.0 \
34-
graphviz \
3528
inkscape \
36-
lcov \
37-
libcairo2 \
38-
libcairo2-dev \
39-
libffi-dev \
40-
libgeos-dev \
41-
libgirepository1.0-dev \
42-
libsdl2-2.0-0 \
43-
libxkbcommon-x11-0 \
44-
libxcb-icccm4 \
45-
libxcb-image0 \
46-
libxcb-keysyms1 \
47-
libxcb-randr0 \
48-
libxcb-render-util0 \
49-
libxcb-xinerama0 \
50-
lmodern \
51-
fonts-freefont-otf \
52-
texlive-pictures \
53-
pkg-config \
54-
qtbase5-dev \
55-
texlive-fonts-recommended \
56-
texlive-latex-base \
57-
texlive-latex-extra \
58-
texlive-latex-recommended \
59-
texlive-luatex \
60-
texlive-xetex \
61-
ttf-wqy-zenhei
29+
ghostscript
6230
if [[ "${{ matrix.os }}" = ubuntu-20.04 ]]; then
6331
sudo apt install -yy libopengl0
6432
fi

0 commit comments

Comments
 (0)