Skip to content

Commit 2d6a45d

Browse files
committed
circleci: wget
1 parent db42015 commit 2d6a45d

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
@@ -34,7 +34,7 @@ jobs:
3434
- image: ubuntu:17.10
3535
steps:
3636
- run: apt-get update
37-
- run: apt-get install -y texlive-latex-base texlive-latex-extra python3-pip
37+
- run: apt-get install -y texlive-latex-base texlive-latex-extra python3-pip wget
3838
- run: pip3 install -U pytest pytest-cov code_extract pylint
3939
- checkout
4040
- run: code-extract ~/matplotlib2tikz/README.md ~/matplotlib2tikz/test/zzz_readme_test.py --filter python,test

0 commit comments

Comments
 (0)