We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251d61a commit f49faf0Copy full SHA for f49faf0
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Install lint dependencies
46
if: matrix.test-type == 'lint'
47
run: |
48
- pip install flake8 coverage mypy
+ pip install flake8 coverage mypy types-Markdown
49
sudo apt update && sudo apt-get install \
50
texlive-xetex lmodern texlive-fonts-recommended # test_pdf_pandoc
51
wget -O/tmp/pandoc.deb https://github.com/jgm/pandoc/releases/download/2.10/pandoc-2.10-1-amd64.deb && sudo dpkg -i /tmp/pandoc.deb
0 commit comments