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 d75c7d7 commit bca08daCopy full SHA for bca08da
.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 texlive-latex-base texlive-latex-extra
+ - run: apt-get install -y texlive-latex-base texlive-latex-extra python3-pip
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