Skip to content

Commit

Permalink
ci:: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomiku committed Mar 11, 2021
1 parent 22a8ce6 commit 8e593f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -26,10 +26,9 @@ jobs:
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
python3 -m pip install ta-lib-0.4.0-src.tar.gz
run: |
wget https://s3.amazonaws.com/quantopian-orchestration/packages/ta-lib-0.4.0-src.tar.gz
python3 -m pip install ta-lib-0.4.0-src.tar.gz
- name: Install requirements
env:
DISABLE_BCOLZ_AVX2: true

0 comments on commit 8e593f1

Please sign in to comment.