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 091f83b commit 1b53da1Copy full SHA for 1b53da1
.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 wget
+ - run: apt-get install -y texlive-latex-base texlive-latex-extra python3-pip python3-tk wget
40
- run: pip3 install -U pytest pytest-cov code_extract pylint
41
- checkout
42
- run: cd ~/matplotlib2tikz
0 commit comments