From ab5a7df0de06b7fafc554f0aaced9ef2b65218d2 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 13 Dec 2024 16:57:55 +0100 Subject: [PATCH] ci: temporary hack to install python3-zmq --- .gitlab/ci/test.gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index def3c2ab36..fabe10c6a2 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -1,4 +1,7 @@ .install_debs: &install_debs + # Temporary hack for the CI to install python3-zmq not yet in the image + - DEBIAN_FRONTEND=noninteractive apt update + - DEBIAN_FRONTEND=noninteractive apt --assume-yes install python3-zmq - DEBIAN_FRONTEND=noninteractive SUDO_FORCE_REMOVE=yes apt --assume-yes -o Dpkg::Options::="--force-confold" --allow-downgrades install ${CI_PROJECT_DIR}/*.deb .test-stage: