Skip to content

Commit bb6b10d

Browse files
authored
Update ta-lib-python-build-docs.yml
1 parent 6122831 commit bb6b10d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ta-lib-python-build-docs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@ jobs:
2727
2828
- name: Install system dependencies (TA-Lib C library)
2929
run: |
30-
sudo apt-get update
31-
sudo apt-get install -y libta-lib-dev
30+
wget https://github.com/ta-lib/ta-lib/releases/download/v0.6.4/ta-lib-0.6.4-src.tar.gz
31+
tar -xzf ta-lib-0.6.4-src.tar.gz
32+
cd ta-lib-0.6.4/
33+
./configure --prefix=/usr
34+
make
35+
sudo make install
3236
3337
- name: Install Python dependencies
3438
run: |

0 commit comments

Comments
 (0)