From 286f385f994df736a7d2dbc0a403622e25ea90e9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 8 Jun 2025 10:07:01 +0200 Subject: [PATCH] chore(ci): use proper directory --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b90b47515..054602560 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: 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=${HOME}/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 . @@ -231,7 +231,7 @@ jobs: 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=${HOME}/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 .