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 355e721 commit 9e2142aCopy full SHA for 9e2142a
.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 curl
+ - 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
@@ -56,6 +56,7 @@ jobs:
56
# The actual test
57
- run: cd test/ && MPLBACKEND=Agg pytest --cov matplotlib2tikz
58
# submit to codecov
59
+ - run: apt-get install -y curl
60
- run: bash <(curl -s https://codecov.io/bash)
61
62
# workflow builds don't support forked PRs yet, cf.
0 commit comments