Skip to content

Commit

Permalink
try installing ta-lib first
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerry Manoim committed Aug 7, 2020
1 parent 7257c49 commit ada7b20
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/windows_ci.yml
Expand Up @@ -35,7 +35,13 @@ jobs:
# - name: Install requirements
# run: |
# python -m pip install -r etc/requirements_build.in -c etc/requirements_locked.txt

- uses: ilammy/msvc-dev-cmd@v1
- name: Install TA lib
run: |
(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')
Add-Type -AssemblyName System.IO.Compression.FileSystem;[System.IO.Compression.ZipFile]::ExtractToDirectory('ta-lib-0.4.0-msvc.zip', 'C:\')
cd C:\ta-lib\c\make\cdr\win32\msvc
nmake
- name: Install requirements
run: |
conda install -y pandas==0.22.0 numpy==1.19.1 scipy==1.5.0 cython==0.29.21
Expand Down

0 comments on commit ada7b20

Please sign in to comment.