File tree 2 files changed +12
-8
lines changed
2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -97,10 +97,12 @@ jobs:
97
97
- name : Install build dependencies
98
98
run : python -m pip install --upgrade pip setuptools wheel pre-commit msgspec
99
99
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
104
106
105
107
- name : Setup cached pre-commit
106
108
id : cached-pre-commit
Original file line number Diff line number Diff line change @@ -84,10 +84,12 @@ jobs:
84
84
- name : Install build dependencies
85
85
run : python -m pip install --upgrade pip setuptools wheel pre-commit msgspec
86
86
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
91
93
92
94
- name : Setup cached pre-commit
93
95
id : cached-pre-commit
You can’t perform that action at this time.
0 commit comments