Skip to content

Commit

Permalink
fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
saleh-mir committed Jan 4, 2025
1 parent 3bb96e9 commit d30e6b2
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,16 @@ jobs:
shell: cmd
run: |
curl -sL http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-msvc.zip -o ta-lib.zip
7z x ta-lib.zip -o/c/ta-lib
move /c/ta-lib/ta-lib/* /c/ta-lib/
rmdir /s /q /c/ta-lib/ta-lib
cd /c/ta-lib/c/make/cdr/win32/msvc
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
7z x ta-lib.zip
xcopy /E /I ta-lib\* C:\ta-lib\
cd C:\ta-lib\c\make\cdr\win32\msvc
call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\VsDevCmd.bat" -arch=x64
nmake
- name: Setup Windows Build Tools
if: runner.os == 'Windows'
uses: microsoft/[email protected]

- name: Install ta-lib macOS
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit d30e6b2

Please sign in to comment.