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 21b2caf commit bea4433Copy full SHA for bea4433
.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 poppler-utils
+ - run: apt-get install -y texlive-latex-base texlive-latex-extra python3-pip python3-tk wget poppler-utils curl
40
- run: pip3 install -U pytest pytest-cov code_extract pylint
41
- checkout
42
- run: cd ~/matplotlib2tikz
0 commit comments