Fix: add latexmk
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2022-07-29 15:20:30 +02:00
parent 923cb16c66
commit bde6c11a27
1 changed files with 3 additions and 3 deletions

View File

@ -4,19 +4,19 @@ name: default
steps:
- name: Tests
image: python:3.11
image: python:3.10
environment:
PyPI_TOKEN: pypi_token
commands:
- apt-get update
- apt-get install -y texlive texlive-extra-utils
- apt-get install -y texlive texlive-extra-utils latexmk
- python -m pip install --upgrade pip
- python -m pip install poetry
- poetry install
- poetry run pytest
- name: Publish
image: python:3.11
image: python:3.10
environment:
PyPI_TOKEN: pypi_token
commands: