diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45204b69b..e101100eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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