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 c6ffa41 commit 46a241f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,16 @@ jobs:
~/.local/ta-lib/lib
~/.local/ta-lib/include
key: talib-cache-v0.4.0
- name: Setup MSBuild
if: runner.os == 'Windows'
uses: microsoft/[email protected]

- name: Install Visual Studio Build Tools
if: runner.os == 'Windows'
shell: cmd
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]
.\vs_buildtools.exe --quiet --wait --norestart --nocache --installPath "C:\BuildTools" --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64
- name: Install ta-lib Windows
if: runner.os == 'Windows'
Expand Down

0 comments on commit 46a241f

Please sign in to comment.