8000 ci: Add extra dependencies from Azure to GitHub Actions · matplotlib/matplotlib@8eb9f56 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8eb9f56

Browse files
committed
ci: Add extra dependencies from Azure to GitHub Actions
1 parent d9601b2 commit 8eb9f56

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ jobs:
166166
lmodern \
167167
ninja-build \
168168
pkg-config \
169+
poppler-utils \
169170
qtbase5-dev \
170171
texlive-fonts-recommended \
171172
texlive-latex-base \
@@ -201,8 +202,8 @@ jobs:
201202
done
202203
# Workaround for https://github.com/actions/runner-images/issues/10984
203204
brew uninstall --ignore-dependencies --force pkg-config@0.29.2
204-
brew install ccache ghostscript gobject-introspection gtk4 ninja
205-
brew install --cask font-noto-sans-cjk inkscape
205+
brew install ccache ffmpeg ghostscript gobject-introspection gtk4 imagemagick ninja
206+
brew install --cask font-noto-sans-cjk font-noto-sans-cjk-sc inkscape xquartz
206207
;;
207208
esac
208209

0 commit comments

Comments
 (0)
0