Skip to content

Commit 6749aeb

Browse files
committed
try switching order to get latex installed at matplotlib time
1 parent c19d909 commit 6749aeb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/paper.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,16 @@ jobs:
2323
- name: Create contributor snippet
2424
run: python contributors.py
2525

26-
- name: Create group composition plot
27-
run: cd group_composition_plot && ./create_paper_plots.sh && cd -
28-
2926
- uses: xu-cheng/latex-action@v3
3027
with:
3128
root_file: paper.tex
29+
30+
- name: Create group composition plot
31+
run: cd group_composition_plot && ./create_paper_plots.sh && cd -
32+
3233
- name: move
3334
run: mkdir -p github_artifacts && mv ${{ env.DIR }}/*.pdf ./github_artifacts/
35+
3436
- name: Upload pdf as artifact
3537
uses: actions/upload-artifact@v4
3638
with:

0 commit comments

Comments
 (0)