Skip to content

Commit 11f339f

Browse files
committed
chore(ci): UV workaround for build-online
1 parent 9d46fd2 commit 11f339f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,13 @@ jobs:
486486
export LD_LIBRARY_PATH=${HOME}/dependencies/lib:$LD_LIBRARY_PATH
487487
export TA_LIBRARY_PATH=${HOME}/dependencies/lib
488488
export TA_INCLUDE_PATH=${HOME}/dependencies/include
489+
echo "numpy<2.3.0" > constraints.txt
490+
export UV_BUILD_CONSTRAINT=constraints.txt
489491
uv pip install -r requirements-dev.txt
490492
uv pip install -e ft_client/
491493
uv pip install -e .
494+
rm constraints.txt
495+
492496
493497
- name: Tests incl. ccxt compatibility tests
494498
env:

0 commit comments

Comments
 (0)