From 6a1d695eb9820cd5223f570eae7bd78c0a08cfc0 Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Tue, 20 Sep 2022 09:45:26 +0200 Subject: [PATCH] converter cli + tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d74d7d..265cfcd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -125,7 +125,7 @@ pages: - DEBIAN_FRONTEND='noninteractive' apt install -y texlive-latex-recommended texlive-latex-extra texlive-science pdf2svg - pip install -U Pillow - pip install -e ./ - - apt install -y python-opengl xvfb # Virtual framebuffer for GL stuff. + - apt install -y xvfb # python-opengl # Virtual framebuffer for GL stuff. - rm -rf tests/tests_images # blow tests_images folder if exists. - cd tests - xvfb-run -s "-screen 0 1400x900x24" python -m unittest test_slider.py -- GitLab