Skip to content

Commit ea0ecc7

Browse files
committed
update all workflows with LaTeX
1 parent e6acd98 commit ea0ecc7

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.github/workflows/cache.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
texlive-xetex \
3030
latexmk \
3131
xindy \
32-
dvipng
32+
dvipng \
33+
cm-super
3334
- name: Build HTML
3435
shell: bash -l {0}
3536
run: |

.github/workflows/execution.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ jobs:
1919
with:
2020
auto-update-conda: true
2121
python-version: ${{ matrix.python-version }}
22+
- name: Install latex dependencies
23+
run: |
24+
sudo apt-get -qq update
25+
sudo apt-get install -y \
26+
texlive-latex-recommended \
27+
texlive-latex-extra \
28+
texlive-fonts-recommended \
29+
texlive-fonts-extra \
30+
texlive-xetex \
31+
latexmk \
32+
xindy \
33+
dvipng \
34+
cm-super
2235
- name: Install Anaconda + Dependencies
2336
shell: bash -l {0}
2437
run: |

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
texlive-fonts-extra \
3030
texlive-xetex \
3131
latexmk \
32-
xindy
32+
xindy \
33+
dvipng \
34+
cm-super
3335
- name: Display Conda Environment Versions
3436
shell: bash -l {0}
3537
run: conda list

0 commit comments

Comments
 (0)