Skip to content

Commit bea4433

Browse files
committed
circleci: install curl
1 parent 21b2caf commit bea4433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 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
39+
- run: apt-get install -y texlive-latex-base texlive-latex-extra python3-pip python3-tk wget poppler-utils curl
4040
- run: pip3 install -U pytest pytest-cov code_extract pylint
4141
- checkout
4242
- run: cd ~/matplotlib2tikz

0 commit comments

Comments
 (0)