Skip to content

Commit

Permalink
check path
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Jan 4, 2025
1 parent 33e756b commit a88f1b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
TA_INCLUDE_PATH="ta-lib-install/include"
LD_LIBRARY_PATH="ta-lib-install/lib"
PIP_NO_BUILD_ISOLATION=false
CIBW_REPAIR_WHEEL_COMMAND_LINUX: >
CIBW_REPAIR_WHEEL_COMMAND_LINUX: |
cp /project/ta-lib-install/lib/* {dest_dir}
export LD_LIBRARY_PATH="/project/ta-lib-install/lib"
auditwheel repair --lib-sdir /project/ta-lib-install/lib -w {dest_dir} {wheel}
- name: Set wheel name
run: |
Expand Down

0 comments on commit a88f1b4

Please sign in to comment.