Skip to content

Commit

Permalink
Test_c7_14
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 767bc4d commit 4310327
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4310327

Please sign in to comment.