From 0d79c1388a9d1a71c7bd92f04442121e3478cc2f Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 6 May 2025 08:01:03 +0200 Subject: [PATCH] wip check runner os --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23affb44..0c7e4aec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -208,6 +208,7 @@ end-2-end-conda: variables: QT_QPA_PLATFORM: "offscreen" script: + - lsb_release -a || cat /etc/os-release - *clone-repos - *install-os-packages - conda create -q -n test-environment python=3.11