From eb4cbad23ceec461f2ae160e154025a1f9ddcc20 Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Tue, 20 Sep 2022 01:11:23 +0200 Subject: [PATCH] converter cli + tests --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3ac0aa..692d51c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,7 +71,8 @@ stages: - pwd - apt-get update -y - apt install -y python3-pip - - apt install -y python3.10 + - apt install -y python3.10 python-is-python3 +# - apt install -y python-is-python3 - python --version - locate python - apt install -y git @@ -117,6 +118,7 @@ pages: - apt-get -y update - apt install -y git - apt install -y python3-pip + - apt install -y python3.10 python-is-python3 - apt install -y inkscape pdftk # pdftk to grap pdf pages (only for converter; can probably be omitted). - apt install -y latexmk poppler-utils # latexmk and pdftocairo - DEBIAN_FRONTEND='noninteractive' apt install -y texlive-latex-recommended texlive-latex-extra texlive-science pdf2svg -- GitLab