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

Skip to content

Commit bde8cc4

Browse files
committed
Show fc-list on Linux
1 parent 400cb8e commit bde8cc4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ jobs:
231231
rm -rf ~/.cache/matplotlib
232232
if: matrix.delete-font-cache
233233

234+
- name: fc-list
235+
run: fc-list
236+
234237
- name: Run pytest
235238
run: |
236239
${{ matrix.XVFB_RUN }} python -mpytest -raR -n auto \

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ stages:
110110
texlive-latex-recommended \
111111
texlive-xetex texlive-luatex \
112112
ttf-wqy-zenhei
113+
fc-list
113114
;;
114115
darwin)
115116
brew install --cask xquartz

0 commit comments

Comments
 (0)