File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 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 : |
4544 - name : Test with pytest
4645 run : |
4746 PYTHONPATH=. pytest
48- env :
49- LD_LIBRARY_PATH : " ta-lib-install/lib"
You can’t perform that action at this time.
0 commit comments