From 7eb91c74a8706af923126f9e335cc932c4c60f8b Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 29 Mar 2024 12:32:00 +0100 Subject: [PATCH] CI - always install ft_client --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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