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 2cdaba9 commit d75c7d7Copy full SHA for d75c7d7
.circleci/config.yml
@@ -34,7 +34,7 @@ jobs:
34
- image: ubuntu:17.10
35
steps:
36
- run: apt-get update
37
- - run: apt-get install -y pgf texlive-latex-base texlive-latex-extra
+ - run: apt-get install -y texlive-latex-base texlive-latex-extra
38
- run: pip3 install -U pytest pytest-cov code_extract pylint
39
- run: code_extract README.md test/zzz_readme_test.py --filter python,test
40
- checkout
0 commit comments