Skip to content

Commit d198315

Browse files
authored
Merge pull request #108 from jhlegarreta/InstallTeXLiveInNotebookTstWorkflow
TST: Install `TeX` packages in notebook workflow
2 parents d993c5a + 7abda8c commit d198315

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/notebooks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

26+
- name: Install TeX Live
27+
run: |
28+
sudo apt-get update
29+
sudo apt install texlive texlive-latex-extra texlive-fonts-recommended cm-super dvipng
30+
2631
- name: Install git-annex
2732
run: |
2833
sudo apt-get update

0 commit comments

Comments
 (0)