Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saleh-mir committed Jan 4, 2025
1 parent 3f313d8 commit c6ffa41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@ jobs:
~/.local/ta-lib/lib
~/.local/ta-lib/include
key: talib-cache-v0.4.0
- name: Setup Windows Build Tools
if: runner.os == 'Windows'
uses: microsoft/[email protected]

- name: Install Visual Studio Build Tools
if: runner.os == 'Windows'
run: |
curl -L -o vs_buildtools.exe https://aka.ms/vs/17/release/vs_buildtools.exe
vs_buildtools.exe --quiet --wait --norestart --nocache --installPath "C:\BuildTools" --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64
- name: Setup MSBuild
if: runner.os == 'Windows'
uses: microsoft/[email protected]

- name: Install ta-lib Windows
if: runner.os == 'Windows'
shell: cmd
Expand Down

0 comments on commit c6ffa41

Please sign in to comment.