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 f8704ec commit 8397c60Copy full SHA for 8397c60
.github/workflows/ci.yml
@@ -37,6 +37,7 @@ jobs:
37
- run: pip install flake8 coverage mypy types-Markdown
38
39
# test_pdf_pandoc
40
+ - run: sudo apt-get remove man-db # speed-up CI
41
- run: |
42
sudo apt-get update && sudo apt-get install --no-install-recommends \
43
texlive-xetex lmodern texlive-fonts-recommended
0 commit comments