Skip to content

Commit f376e51

Browse files
committed
Skip broken TA-Lib install
TA-Lib/ta-lib-python#655
1 parent 82a2a66 commit f376e51

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.github/workflows/build.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,12 @@ jobs:
9797
- name: Install build dependencies
9898
run: python -m pip install --upgrade pip setuptools wheel pre-commit msgspec
9999

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

105107
- name: Setup cached pre-commit
106108
id: cached-pre-commit

.github/workflows/coverage.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,12 @@ jobs:
8484
- name: Install build dependencies
8585
run: python -m pip install --upgrade pip setuptools wheel pre-commit msgspec
8686

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

9294
- name: Setup cached pre-commit
9395
id: cached-pre-commit

0 commit comments

Comments
 (0)