Skip to content

Commit

Permalink
PYPI wheels 37-38-39
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Apr 5, 2021
1 parent 043d0b4 commit e55e297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2

- name: Build something requiring CL.EXE
- uses: ilammy/msvc-dev-cmd@v1
- name: Build something requiring CL.EXE
if: ${{ matrix.os == 'windows-latest' }}
run: |
powershell -Command "(New-Object Net.WebClient).DownloadFile('http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-msvc.zip', 'ta-lib-0.4.0-msvc.zip')"
Expand Down

0 comments on commit e55e297

Please sign in to comment.