From bde6c11a27c2896e6b0d0017359c34a1bc10026c Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 29 Jul 2022 15:20:30 +0200 Subject: [PATCH] Fix: add latexmk --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e9e67b5..9eca85b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: