We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6ab97 commit 7dd20b4Copy full SHA for 7dd20b4
.github/workflows/paper.yml
@@ -20,11 +20,13 @@ jobs:
20
- name: Install Python requirements
21
run: pip install -r requirements.txt
22
23
+ - name: Install LaTeX requirements for matplotlib
24
+ run: apt-get install texlive-latex-base
25
+
26
- name: Create contributor snippet
27
run: python contributors.py
28
29
- name: Create group composition plot
- uses: xu-cheng/latex-action@v3
30
run: cd group_composition_plot && ./create_paper_plots.sh && cd -
31
32
0 commit comments