Skip to content

Commit

Permalink
install ta-lib with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerry Manoim committed Aug 7, 2020
1 parent 80a57b3 commit 31753e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_ci.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
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
conda install -c quantopian -vv ta-lib
pip install ta-lib
- name: Install other requirements
run: |
pip install --no-binary=bcolz -e .[all] -c etc/requirements_py36_locked.txt
Expand Down

0 comments on commit 31753e2

Please sign in to comment.