From 0e1d3e279c6105e1b42824e8bf4306564f4d645c Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 8 Jun 2025 10:02:52 +0200 Subject: [PATCH] chore: attempt CI workaround for ta-lib build failure --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 263ad5db7..bf11b8bab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,6 +65,8 @@ jobs: export LD_LIBRARY_PATH=${HOME}/dependencies/lib:$LD_LIBRARY_PATH export TA_LIBRARY_PATH=${HOME}/dependencies/lib export TA_INCLUDE_PATH=${HOME}/dependencies/include + echo "numpy<2.3.0" > constraints.txt + export PIP_CONSTRAINTS=${HOME}/constraints.txt uv pip install -r requirements-dev.txt uv pip install -e ft_client/ uv pip install -e . @@ -228,6 +230,8 @@ jobs: export LD_LIBRARY_PATH=${HOME}/dependencies/lib:$LD_LIBRARY_PATH export TA_LIBRARY_PATH=${HOME}/dependencies/lib export TA_INCLUDE_PATH=${HOME}/dependencies/include + echo "numpy<2.3.0" > constraints.txt + export PIP_CONSTRAINTS=${HOME}/constraints.txt uv pip install -r requirements-dev.txt uv pip install -e ft_client/ uv pip install -e .