Skip to content

Commit

Permalink
Skip broken TA-Lib install
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Jun 17, 2024
1 parent 82a2a66 commit f376e51
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,12 @@ jobs:
- name: Install build dependencies
run: python -m pip install --upgrade pip setuptools wheel pre-commit msgspec

- name: Install TA-Lib (Linux)
run: |
make install-talib
poetry run pip install numpy==1.26.4 ta-lib
# ta-lib Python install currently broken
# https://github.com/TA-Lib/ta-lib-python/issues/655
# - name: Install TA-Lib (Linux)
# run: |
# make install-talib
# poetry run pip install setuptools numpy==1.26.4 ta-lib

- name: Setup cached pre-commit
id: cached-pre-commit
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,12 @@ jobs:
- name: Install build dependencies
run: python -m pip install --upgrade pip setuptools wheel pre-commit msgspec

- name: Install TA-Lib (Linux)
run: |
make install-talib
poetry run pip install numpy==1.26.4 ta-lib
# ta-lib Python install currently broken
# https://github.com/TA-Lib/ta-lib-python/issues/655
# - name: Install TA-Lib (Linux)
# run: |
# make install-talib
# poetry run pip install setuptools numpy==1.26.4 ta-lib

- name: Setup cached pre-commit
id: cached-pre-commit
Expand Down

0 comments on commit f376e51

Please sign in to comment.