Skip to content

Commit 9e2142a

Browse files
committed
circleci: don't install curl too early
1 parent 355e721 commit 9e2142a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- TEXMFLOCAL: "/tmp/texmf/"
3737
steps:
3838
- run: apt-get update
39-
- run: apt-get install -y texlive-latex-base texlive-latex-extra python3-pip python3-tk wget poppler-utils curl
39+
- run: apt-get install -y texlive-latex-base texlive-latex-extra python3-pip python3-tk wget poppler-utils
4040
- run: pip3 install -U pytest pytest-cov code_extract pylint
4141
- checkout
4242
- run: cd ~/matplotlib2tikz
@@ -56,6 +56,7 @@ jobs:
5656
# The actual test
5757
- run: cd test/ && MPLBACKEND=Agg pytest --cov matplotlib2tikz
5858
# submit to codecov
59+
- run: apt-get install -y curl
5960
- run: bash <(curl -s https://codecov.io/bash)
6061

6162
# workflow builds don't support forked PRs yet, cf.

0 commit comments

Comments
 (0)