chore(ci): install pinned ccxt and orjson versions
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
|||||||
python-version: "3.14"
|
python-version: "3.14"
|
||||||
|
|
||||||
- name: Install ccxt
|
- name: Install ccxt
|
||||||
run: uv pip install ccxt orjson
|
run: uv pip install $(grep -E "^ccxt==" requirements.txt) $(grep -E "^orjson==" requirements.txt)
|
||||||
|
|
||||||
- name: Run leverage tier update
|
- name: Run leverage tier update
|
||||||
env:
|
env:
|
||||||
@@ -55,7 +55,7 @@ jobs:
|
|||||||
Dependencies
|
Dependencies
|
||||||
branch: update/binance-leverage-tiers
|
branch: update/binance-leverage-tiers
|
||||||
title: Update Binance Leverage Tiers
|
title: Update Binance Leverage Tiers
|
||||||
commit-message: "chore: update pre-commit hooks"
|
commit-message: "chore: update binance leverage tiers"
|
||||||
committer: Freqtrade Bot <154552126+freqtrade-bot@users.noreply.github.com>
|
committer: Freqtrade Bot <154552126+freqtrade-bot@users.noreply.github.com>
|
||||||
author: Freqtrade Bot <154552126+freqtrade-bot@users.noreply.github.com>
|
author: Freqtrade Bot <154552126+freqtrade-bot@users.noreply.github.com>
|
||||||
body: Update binance leverage tiers.
|
body: Update binance leverage tiers.
|
||||||
|
|||||||
Reference in New Issue
Block a user