Skip to content

Commit 7e42ba7

Browse files
committed
BUG: Add latex to CircleCI [skip travis]
1 parent 819f215 commit 7e42ba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
command: |
1111
echo "set -e" >> $BASH_ENV;
1212
echo "export PATH=~/.local/bin:$PATH" >> $BASH_ENV;
13+
sudo apt-get install texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra texlive-generic-extra latexmk texlive-xetex
1314
- restore_cache:
1415
keys:
1516
- pip-cache

0 commit comments

Comments
 (0)