Skip to content

Commit

Permalink
Fix Github Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Feb 21, 2025
1 parent 04c4512 commit ac87fe0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,16 @@ jobs:
run: pip install -r requirements.txt

- name: Install LaTeX requirements for matplotlib
run: sudo apt install -y texlive-latex-base texlive-latex-extra cm-super-minimal texlive-fonts-extra
run: sudo apt install -y texlive-latex-base texlive-latex-extra cm-super-minimal texlive-fonts-extra latexmk texlive-bibtex-extra

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

- name: Create group composition plot
run: cd group_composition_plot && ./create_paper_plots.sh && cd -

- uses: xu-cheng/latex-action@v3
with:
root_file: paper.tex
- name: Compile paper
run: latexmk -pdf paper.tex

- name: move
run: mkdir -p github_artifacts && mv ${{ env.DIR }}/*.pdf ./github_artifacts/
Expand Down

0 comments on commit ac87fe0

Please sign in to comment.