chore(ci): update lev-tier-update to use UV and python 3.14

This commit is contained in:
Matthias
2026-02-06 08:02:36 +01:00
parent 315a1baf2c
commit 82f71d8e4b

View File

@@ -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: