File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,16 @@ jobs:
32
32
working_directory : ~/matplotlib2tikz
33
33
docker :
34
34
- image : ubuntu:17.10
35
+ environment :
36
+ - TEXMFLOCAL : " /tmp/texmf/"
35
37
steps :
36
38
- run : apt-get update
37
39
- run : apt-get install -y texlive-latex-base texlive-latex-extra python3-pip wget
38
40
- run : pip3 install -U pytest pytest-cov code_extract pylint
39
41
- checkout
40
42
- run : code-extract ~/matplotlib2tikz/README.md ~/matplotlib2tikz/test/zzz_readme_test.py --filter python,test
41
43
# install latest pgfplots
42
- - run : export TEXMFLOCAL=/tmp/texmf/ && mkdir -p $TEXMFLOCAL
44
+ - run : mkdir -p $TEXMFLOCAL
43
45
- run : wget http://mirrors.ctan.org/install/graphics/pgf/contrib/pgfplots.tds.zip -O /tmp/pgfplots.zip
44
46
- run : unzip /tmp/pgfplots.zip -d $TEXMFLOCAL
45
47
- run : texhash
You can’t perform that action at this time.
0 commit comments