Skip to content

Commit

Permalink
Install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Jul 11, 2020
1 parent 419721a commit f47543c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/install_latex_deps.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/bash

tlmgr install \
adjustbox \
caption \
enumitem \
eurosym \
float \
jknapltx \
mathpazo \
parskip \
pgf \
tcolorbox \
titling \
ucs \
ulem \
upquote
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
- name: Install LaTeX dependencies
shell: bash -l {0}
run: |
tlmgr install xetex
tlmgr install tcolorbox
bash .github/install_latex_deps.sh
- name: Lint package
shell: bash -l {0}
Expand Down

0 comments on commit f47543c

Please sign in to comment.