Commit b7ed3443 authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Add missing LaTeX packages.

parent cd479dd4
...@@ -26,7 +26,7 @@ jobs: ...@@ -26,7 +26,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pip3 install -r doc/requirements.txt pip3 install -r doc/requirements.txt
sudo apt-get -y install latexmk sudo apt-get -y install latexmk texlive-latex-recommended
- name: Build doc - name: Build doc
run: | run: |
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment