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 bca08da commit 8ff94c8Copy full SHA for 8ff94c8
.circleci/config.yml
@@ -36,8 +36,8 @@ jobs:
36
- run: apt-get update
37
- 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
+ - run: code_extract $CIRCLE_WORKING_DIRECTORY/README.md $CIRCLE_WORKING_DIRECTORY/test/zzz_readme_test.py --filter python,test
41
# install latest pgfplots
42
- run: export TEXMFLOCAL=/tmp/texmf/ && mkdir -p $TEXMFLOCAL
43
- run: wget http://mirrors.ctan.org/install/graphics/pgf/contrib/pgfplots.tds.zip -O /tmp/pgfplots.zip
0 commit comments