From 11f339f80267244660682d9ff1dcd08bc0aac578 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 8 Jun 2025 10:25:41 +0200 Subject: [PATCH] chore(ci): UV workaround for build-online --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2082b075..257890ae3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -486,9 +486,13 @@ 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 UV_BUILD_CONSTRAINT=constraints.txt uv pip install -r requirements-dev.txt uv pip install -e ft_client/ uv pip install -e . + rm constraints.txt + - name: Tests incl. ccxt compatibility tests env: