mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
chore(ci): UV workaround for build-online
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user