From 69cca13d15303f6d7e81da4a94a2fd3e89551360 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 8 Jun 2025 10:05:56 +0200 Subject: [PATCH] chore: use UV_BUILD_CONSTRAINT --- .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 a216cc77a..b90b47515 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 PIP_CONSTRAINT=${HOME}/constraints.txt + export UV_BUILD_CONSTRAINT=${HOME}/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 PIP_CONSTRAINT=${HOME}/constraints.txt + export UV_BUILD_CONSTRAINT=${HOME}/constraints.txt uv pip install -r requirements-dev.txt uv pip install -e ft_client/ uv pip install -e .