Skip to content

Commit d75c7d7

Browse files
committed
circleci: don't install pgf
1 parent 2cdaba9 commit d75c7d7

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 pgf texlive-latex-base texlive-latex-extra
37+
- run: apt-get install -y texlive-latex-base texlive-latex-extra
3838
- run: pip3 install -U pytest pytest-cov code_extract pylint
3939
- run: code_extract README.md test/zzz_readme_test.py --filter python,test
4040
- checkout

0 commit comments

Comments
 (0)