Skip to content

Commit

Permalink
[CI] Install bibtex tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Jul 28, 2023
1 parent becbad1 commit d01ce5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:
- name: Install Apt dependencies
run: |
sudo apt update
sudo apt install libboost-dev doxygen graphviz
sudo apt install libboost-dev doxygen graphviz texlive-bibtex-extra
- name: Upgrade pip
run: python3 -m pip install -U pip setuptools wheel
- name: Install Python dependencies
Expand Down

0 comments on commit d01ce5a

Please sign in to comment.