Skip to content

Commit db42015

Browse files
committed
circleci fix
1 parent 8ff94c8 commit db42015

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
@@ -37,7 +37,7 @@ jobs:
3737
- run: apt-get install -y texlive-latex-base texlive-latex-extra python3-pip
3838
- run: pip3 install -U pytest pytest-cov code_extract pylint
3939
- checkout
40-
- run: code_extract $CIRCLE_WORKING_DIRECTORY/README.md $CIRCLE_WORKING_DIRECTORY/test/zzz_readme_test.py --filter python,test
40+
- run: code-extract ~/matplotlib2tikz/README.md ~/matplotlib2tikz/test/zzz_readme_test.py --filter python,test
4141
# install latest pgfplots
4242
- run: export TEXMFLOCAL=/tmp/texmf/ && mkdir -p $TEXMFLOCAL
4343
- run: wget http://mirrors.ctan.org/install/graphics/pgf/contrib/pgfplots.tds.zip -O /tmp/pgfplots.zip

0 commit comments

Comments
 (0)