Skip to content

Commit

Permalink
update option
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Jan 3, 2025
1 parent d14ac68 commit aefb346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ env:
pytest --rootdir=C: -k "not RSI and not threading" {project}/tests
CIBW_TEST_SKIP: "*win32 cp37* cp38* cp39*"
CIBW_SKIP: "pp* cp36*"
LD_LIBRARY_PATH: "${{ github.workspace }}/ta-lib-install/lib"

jobs:
build_x86_64:
Expand Down Expand Up @@ -57,7 +56,8 @@ jobs:
CIBW_ENVIRONMENT_LINUX : >
TA_LIBRARY_PATH="ta-lib-install/lib"
TA_INCLUDE_PATH="ta-lib-install/include"
PIP_NO_BUILD_ISOLATION=false
LD_LIBRARY_PATH="${{ github.workspace }}/ta-lib-install/lib"
PIP_NO_BUILD_ISOLATION=true
- name: Set wheel name
run: |
echo "WHEEL_NAME=ta_lib-${{env.TALIB_PY_VER}}-cp${PY_VER//./}-cp${PY_VER//./}-manylinux_${LDD_VERSION//./_}_x86_64.whl" >> $GITHUB_ENV
Expand Down

0 comments on commit aefb346

Please sign in to comment.