From 4310327aad0e4431c9100eb36bbe8a63fd419ed4 Mon Sep 17 00:00:00 2001 From: arnaud Date: Wed, 22 Nov 2023 15:06:05 +0100 Subject: [PATCH] Test_c7_14 Signed-off-by: arnaud --- .github/workflows/ci_centos7.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci_centos7.yml b/.github/workflows/ci_centos7.yml index b49bf8f8..d274d9bd 100644 --- a/.github/workflows/ci_centos7.yml +++ b/.github/workflows/ci_centos7.yml @@ -46,9 +46,14 @@ jobs: - name : Install Python Xpress run: | pip3 install xpress + echo "Quel est le répertoire courant : " pwd + echo "On recule de deux répertoires et on regarde le contenu" cd ../.. ls + echo "On recule d'un répertoire et on regarde le contenu" + cd .. + ls 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