Skip to content

Commit

Permalink
Test_c7_18
Browse files Browse the repository at this point in the history
Signed-off-by: arnaud <[email protected]>
  • Loading branch information
ARnDOSrte committed Nov 22, 2023
1 parent 5381d01 commit e8c189b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,14 @@ jobs:
echo "On recule d'un répertoire et on regarde le contenu"
cd ..
ls
echo "on part dans lib/python3.6"
cd lib/python3.6
echo "on part dans lib/python3.6/site-packages"
cd lib/python3.6/site-packages
ls
echo "on part dans lib/python3.6/site-packages/xpress"
cd xpress
ls
echo "On part dans lib64/python3.6"
cd ..
cd ../../../..
cd lib64/python3.6
ls
ls /home/runner/.local/lib/python3.10/site-packages/xpress
Expand Down

0 comments on commit e8c189b

Please sign in to comment.