Skip to content

Commit

Permalink
try TA lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerry Manoim committed Jul 28, 2020
1 parent bfe1dcf commit 4f0eb58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -25,6 +25,15 @@ jobs:
uses: actions/setup-python@v2.1.1
with:
python-version: ${{ matrix.python-version }}
- name: Install TA lib (ubuntu)
if: startsWith(matrix.os, 'ubuntu')
run: |
wget https://s3.amazonaws.com/quantopian-orchestration/packages/ta-lib-0.4.0-src.tar.gz
tar xvfz ta-lib-0.4.0-src.tar.gz
cd ta-lib
./configure
make
sudo make install
# TODO: set up pip cache
- name: Install requirements
run: |
Expand Down

0 comments on commit 4f0eb58

Please sign in to comment.