Skip to content

Commit

Permalink
try the hard install of latex
Browse files Browse the repository at this point in the history
  • Loading branch information
knarrff committed Feb 13, 2025
1 parent 2a6ab97 commit 7dd20b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ jobs:
- name: Install Python requirements
run: pip install -r requirements.txt

- name: Install LaTeX requirements for matplotlib
run: apt-get install texlive-latex-base

- name: Create contributor snippet
run: python contributors.py

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

- uses: xu-cheng/latex-action@v3
Expand Down

0 comments on commit 7dd20b4

Please sign in to comment.