diff --git a/.github/workflows/binance-lev-tier-update.yml b/.github/workflows/binance-lev-tier-update.yml index ee8682a09..cce07573c 100644 --- a/.github/workflows/binance-lev-tier-update.yml +++ b/.github/workflows/binance-lev-tier-update.yml @@ -36,7 +36,7 @@ jobs: python-version: "3.14" - 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 env: @@ -55,7 +55,7 @@ jobs: Dependencies branch: 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> author: Freqtrade Bot <154552126+freqtrade-bot@users.noreply.github.com> body: Update binance leverage tiers.