|
|
|
|
@ -193,6 +193,7 @@ jobs:
|
|
|
|
|
export TA_LIBRARY_PATH=${HOME}/dependencies/lib
|
|
|
|
|
export TA_INCLUDE_PATH=${HOME}/dependencies/include
|
|
|
|
|
pip install -r requirements-dev.txt
|
|
|
|
|
pip install -e ft_client/
|
|
|
|
|
pip install -e .
|
|
|
|
|
|
|
|
|
|
- name: Tests
|
|
|
|
|
@ -403,6 +404,7 @@ jobs:
|
|
|
|
|
export TA_LIBRARY_PATH=${HOME}/dependencies/lib
|
|
|
|
|
export TA_INCLUDE_PATH=${HOME}/dependencies/include
|
|
|
|
|
pip install -r requirements-dev.txt
|
|
|
|
|
pip install -e ft_client/
|
|
|
|
|
pip install -e .
|
|
|
|
|
|
|
|
|
|
- name: Tests incl. ccxt compatibility tests
|
|
|
|
|
|