Skip to content

Commit

Permalink
Test_c7_5
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 185f859 commit 4c39cb3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ jobs:
- name : Install Python Xpress
run: |
pip3 install xpress
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
ln -s libxprs.so* libxprs.so
Expand Down

0 comments on commit 4c39cb3

Please sign in to comment.