Skip to content

Commit

Permalink
Test_c7_21
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 36b3b63 commit 23da0b8
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/ci_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,32 +46,7 @@ jobs:
- name : Install Python Xpress
run: |
pip3 install xpress
echo "Quel est le répertoire courant : "
pwd
echo "On recule d'un répertoire et on regarde le contenu"
cd ..
ls
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
echo "on cherche xpress"
find . -type d -name "xpress"
echo "on part dans lib/python3.6/site-packages"
cd lib/python3.6/site-packages
ls
echo "On part dans lib64/python3.6"
cd ../../../
cd lib64/python3.6
ls
echo "On part dans lib64/python3.6/site-packages"
cd site-packages
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
cd /home/usr/local/lib64/python3.6/site-packages/xpress/lib
ln -s libxprs.so* libxprs.so
- name: Setup xpress env
Expand Down

0 comments on commit 23da0b8

Please sign in to comment.