Feat: add install of textlive in pipelines
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Bertrand Benjamin 2022-07-28 15:07:17 +02:00
parent 62253cb3ba
commit 251350f30e
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ steps:
environment:
PyPI_TOKEN: pypi_token
commands:
- apt-get install -y texlive texlive-extra-utils
- python -m pip install --upgrade pip
- python -m pip install poetry
- poetry install