File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 77 env : PYVER="3.6.10"
88 install :
99 - eval "$(/usr/libexec/path_helper)"
10+ - sudo tlmgr update --self
1011 - sudo tlmgr install standalone preview doublestroke relsize fundus-calligra wasysym physics dvisvgm.x86_64-darwin dvisvgm rsfs wasy cm-super
1112 - pip3 install --upgrade pip
1213 - pip3 install -r ./.travis/travis-requirements.txt
2122 env : PYVER="3.7.7"
2223 install :
2324 - eval "$(/usr/libexec/path_helper)"
25+ - sudo tlmgr update --self
2426 - sudo tlmgr install standalone preview doublestroke relsize fundus-calligra wasysym physics dvisvgm.x86_64-darwin dvisvgm rsfs wasy cm-super
2527 - pip3 install --upgrade pip
2628 - pip3 install -r ./.travis/travis-requirements.txt
3537 env : PYVER="3.8.0" # Using Python 3.8.0 due to error with rich
3638 install :
3739 - eval "$(/usr/libexec/path_helper)"
40+ - sudo tlmgr update --self
3841 - sudo tlmgr install standalone preview doublestroke relsize fundus-calligra wasysym physics dvisvgm.x86_64-darwin dvisvgm rsfs wasy cm-super
3942 - pip3 install --upgrade pip
4043 - pip3 install -r ./.travis/travis-requirements.txt
You can’t perform that action at this time.
0 commit comments