From 6539ca8caaa92122108d9c6dd8a6846e5cb0387a Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Mon, 7 Mar 2022 02:50:50 +0100 Subject: [PATCH] Fixing linux tests --- ci/drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/drone.yml b/ci/drone.yml index 4856628..d699291 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -14,7 +14,7 @@ steps: - name: Linux test image: ad5001/ubuntu-pyside2-xvfb:hirsute-5.15.2 commands: - - apt install texlive-latex-base dvipng + - apt install -y texlive-latex-base dvipng - xvfb-run python3 run.py --test-build --no-check-for-updates - xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test1.lpf - xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test2.lpf