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 8fdd7c8 commit 21b2cafCopy full SHA for 21b2caf
.circleci/config.yml
@@ -36,7 +36,7 @@ jobs:
36
- TEXMFLOCAL: "/tmp/texmf/"
37
steps:
38
- run: apt-get update
39
- - run: apt-get install -y texlive-latex-base texlive-latex-extra python3-pip python3-tk wget
+ - run: apt-get install -y texlive-latex-base texlive-latex-extra python3-pip python3-tk wget poppler-utils
40
- run: pip3 install -U pytest pytest-cov code_extract pylint
41
- checkout
42
- run: cd ~/matplotlib2tikz
0 commit comments