Skip to content

Commit f49faf0

Browse files
committed
MNT: CI: Install types-Markdown package to avoid mypy warning
1 parent 251d61a commit f49faf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install lint dependencies
4646
if: matrix.test-type == 'lint'
4747
run: |
48-
pip install flake8 coverage mypy
48+
pip install flake8 coverage mypy types-Markdown
4949
sudo apt update && sudo apt-get install \
5050
texlive-xetex lmodern texlive-fonts-recommended # test_pdf_pandoc
5151
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

Comments
 (0)