From 7fcdf9a81889ded22dad0b60d1a4290d5ed8fe89 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 18 Jun 2022 21:46:00 +0200 Subject: [PATCH] :construction_worker: install venv first --- cmake/ci.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/ci.cmake b/cmake/ci.cmake index a20a726ec..8a9861778 100644 --- a/cmake/ci.cmake +++ b/cmake/ci.cmake @@ -940,6 +940,8 @@ add_custom_target(ci_icpc ############################################################################### add_custom_target(ci_reuse_compliance + COMMAND apt-get update + COMMAND apt-get install -y python3.8-venv COMMAND ${Python3_EXECUTABLE} -mvenv venv COMMAND venv/bin/pip3 install reuse COMMAND venv/bin/reuse lint