Skip to content

Commit

Permalink
add biber as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
knarrff committed Feb 22, 2025
1 parent e92165f commit f5f7944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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 latexmk texlive-bibtex-extra
run: sudo apt install -y texlive-latex-base texlive-latex-extra cm-super-minimal texlive-fonts-extra latexmk texlive-bibtex-extra biber

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

0 comments on commit f5f7944

Please sign in to comment.