From 342681dd8e4d04ce765945963f5f61226744de99 Mon Sep 17 00:00:00 2001 From: arnaud Date: Wed, 22 Nov 2023 13:58:33 +0100 Subject: [PATCH] Test_c7_2 Signed-off-by: arnaud --- .github/workflows/ci_centos7.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_centos7.yml b/.github/workflows/ci_centos7.yml index 211568fb..c7799105 100644 --- a/.github/workflows/ci_centos7.yml +++ b/.github/workflows/ci_centos7.yml @@ -22,6 +22,7 @@ jobs: yum install -y epel-release yum install -y git redhat-lsb-core make wget centos-release-scl scl-utils yum install -y devtoolset-9 + yum install -y python3 python3-pip - name: Setup cmake uses: jwlawson/actions-setup-cmake@v1.13