Skip to content

Commit

Permalink
fix pipeline bug
Browse files Browse the repository at this point in the history
  • Loading branch information
javadebadi committed Jul 27, 2024
1 parent 09e2747 commit 3fa598c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install TA-Lib
run: |
sudo apt-get install python3-dev libatlas-base-dev
curl -o ta-lib-0.4.0-src.tar.gz https://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
curl -L -o ta-lib-0.4.0-src.tar.gz https://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
tar -xzf ta-lib-0.4.0-src.tar.gz
cd ta-lib/
./configure --prefix=/usr
Expand Down

0 comments on commit 3fa598c

Please sign in to comment.