Skip to content

Commit

Permalink
Test_c7_22
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 23da0b8 commit a007f22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
- name : Install Python Xpress
run: |
pip3 install xpress
cd /home/usr/local/lib64/python3.6/site-packages/xpress/lib
cd ../../..
pwd
cd ./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 a007f22

Please sign in to comment.