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.
1 parent 400cb8e commit bde8cc4Copy full SHA for bde8cc4
.github/workflows/tests.yml
@@ -231,6 +231,9 @@ jobs:
231
rm -rf ~/.cache/matplotlib
232
if: matrix.delete-font-cache
233
234
+ - name: fc-list
235
+ run: fc-list
236
+
237
- name: Run pytest
238
run: |
239
${{ matrix.XVFB_RUN }} python -mpytest -raR -n auto \
azure-pipelines.yml
@@ -110,6 +110,7 @@ stages:
110
texlive-latex-recommended \
111
texlive-xetex texlive-luatex \
112
ttf-wqy-zenhei
113
+ fc-list
114
;;
115
darwin)
116
brew install --cask xquartz
0 commit comments