From 767bc4db87efe2ffb5845d3c81982e91394be5e4 Mon Sep 17 00:00:00 2001 From: arnaud Date: Wed, 22 Nov 2023 14:59:38 +0100 Subject: [PATCH] Test_c7_13 Signed-off-by: arnaud --- .github/workflows/ci_centos7.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci_centos7.yml b/.github/workflows/ci_centos7.yml index f0b1fa67..b49bf8f8 100644 --- a/.github/workflows/ci_centos7.yml +++ b/.github/workflows/ci_centos7.yml @@ -18,8 +18,6 @@ jobs: steps: - name: Install Dependencies run: | - pwd - ls yum update -y yum install -y epel-release yum install -y git redhat-lsb-core make wget centos-release-scl scl-utils @@ -48,21 +46,9 @@ jobs: - name : Install Python Xpress run: | pip3 install xpress - echo "On checke le répertoire courant" + pwd + cd ../.. ls - echo "On checke le contenu de __w" - ls w__ - echo "on checke le contenu de runner" - ls /home/runner - echo "on checke le contenu de .local" - ls /home/runner/.local - echo "on checke le contenu de lib" - ls /home/runner/.local/lib - echo "on checke le contenu de python3.10" - ls /home/runner/.local/lib/python3.10 - echo "on checke le contenu de site-packages" - ls /home/runner/.local/lib/python3.10/site-packages - echo "on checke le contenu de xpress" ls /home/runner/.local/lib/python3.10/site-packages/xpress ls /home/runner/.local/lib/python3.10/site-packages/xpress/lib cd /home/runner/.local/lib/python3.10/site-packages/xpress/lib