From 721af2f5a5aef31dc62c482232cb4218ae1fd009 Mon Sep 17 00:00:00 2001 From: "Santiago M. Mola" Date: Mon, 16 Dec 2024 23:02:56 +0100 Subject: [PATCH] Fix system-tests build: requires python3.12-venv (#8095) --- .circleci/config.continue.yml.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.continue.yml.j2 b/.circleci/config.continue.yml.j2 index 53b319fb0d9..6d6d9d67c59 100644 --- a/.circleci/config.continue.yml.j2 +++ b/.circleci/config.continue.yml.j2 @@ -273,6 +273,12 @@ commands: git fetch origin << parameters.systemTestsCommit >> git reset --hard FETCH_HEAD + - run: + name: Install dependencies + command: | + sudo apt-get update + sudo apt-get install -y python3.12-venv + jobs: build: <<: *defaults