Skip to content

Commit 8792bc5

Browse files
committed
.github
1 parent 8300981 commit 8792bc5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717

18+
- name: Set up TA-Lib
19+
uses: actions/setup-ta-lib@v1
20+
1821
- name: Set up Python ${{ matrix.python-version }}
1922
uses: actions/setup-python@v4
2023
with:
@@ -26,14 +29,10 @@ jobs:
2629
pip install --upgrade pip wheel setuptools
2730
pip install -r requirements_test.txt
2831
pip install flake8
29-
bash ./tools/build_talib_linux.sh
3032
3133
- name: Build cython modules in-place
3234
run: |
3335
python setup.py build_ext --inplace
34-
env:
35-
TA_INCLUDE_PATH: "ta-lib-install/include"
36-
TA_LIBRARY_PATH: "ta-lib-install/lib"
3736
3837
- name: Lint with flake8
3938
run: |
@@ -45,5 +44,3 @@ jobs:
4544
- name: Test with pytest
4645
run: |
4746
PYTHONPATH=. pytest
48-
env:
49-
LD_LIBRARY_PATH: "ta-lib-install/lib"

0 commit comments

Comments
 (0)