Skip to content

Commit 7dd20b4

Browse files
committed
try the hard install of latex
1 parent 2a6ab97 commit 7dd20b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/paper.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ jobs:
2020
- name: Install Python requirements
2121
run: pip install -r requirements.txt
2222

23+
- name: Install LaTeX requirements for matplotlib
24+
run: apt-get install texlive-latex-base
25+
2326
- name: Create contributor snippet
2427
run: python contributors.py
2528

2629
- name: Create group composition plot
27-
uses: xu-cheng/latex-action@v3
2830
run: cd group_composition_plot && ./create_paper_plots.sh && cd -
2931

3032
- uses: xu-cheng/latex-action@v3

0 commit comments

Comments
 (0)