Commit 886b5514 authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

add missing latexmk dependency.

parent 28a7e333
...@@ -26,6 +26,7 @@ jobs: ...@@ -26,6 +26,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pip3 install -r doc/requirements.txt pip3 install -r doc/requirements.txt
apt-get -y install latexmk
- 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