From fe51b4bbc70d47b42499ab5daf4ee6748f007040 Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 6 May 2025 08:40:33 +0200 Subject: [PATCH] wip --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9023d724..c2f73ff2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -210,8 +210,9 @@ end-2-end-conda: script: - lsb_release -a || cat /etc/os-release - *clone-repos - # - *install-os-packages - - apt-get install -y libgl1 x11-utils libxkbcommon-x11-0 libdbus-1-3 xvfb + - apt-get install -y libxcb-xinerama0-dev + - *install-os-packages + # - apt-get install -y libgl1-mes x11-utils libxkbcommon-x11-0 libdbus-1-3 xvfb - *install-qt-webengine-deps - conda create -q -n test-environment python=3.11 - conda init bash