mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-10 08:10:34 +00:00
chore(ci): update lev-tier-update to use UV and python 3.14
This commit is contained in:
11
.github/workflows/binance-lev-tier-update.yml
vendored
11
.github/workflows/binance-lev-tier-update.yml
vendored
@@ -26,10 +26,17 @@ jobs:
|
||||
|
||||
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
||||
with:
|
||||
python-version: "3.12"
|
||||
python-version: "3.14"
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
|
||||
with:
|
||||
activate-environment: true
|
||||
enable-cache: false
|
||||
python-version: "3.14"
|
||||
|
||||
- name: Install ccxt
|
||||
run: pip install ccxt
|
||||
run: uv pip install ccxt orjson
|
||||
|
||||
- name: Run leverage tier update
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user