Skip to content

Commit 8ff94c8

Browse files
committed
circleci: fix
1 parent bca08da commit 8ff94c8

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
@@ -36,8 +36,8 @@ jobs:
3636
- run: apt-get update
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
39-
- run: code_extract README.md test/zzz_readme_test.py --filter python,test
4039
- checkout
40+
- run: code_extract $CIRCLE_WORKING_DIRECTORY/README.md $CIRCLE_WORKING_DIRECTORY/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)