chore: use ubuntu 24.04 for online tests

This commit is contained in:
Matthias
2025-05-01 08:55:35 +02:00
committed by GitHub
parent 1ef2eeb456
commit 5954c64cc3
2 changed files with 1 additions and 2 deletions

View File

@@ -434,7 +434,7 @@ jobs:
build-linux-online: build-linux-online:
# Run pytest with "live" checks # Run pytest with "live" checks
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:

View File

@@ -410,7 +410,6 @@ EXCHANGES = {
}, },
"htx": { "htx": {
"pair": "ETH/BTC", "pair": "ETH/BTC",
"use_ci_proxy": True,
"stake_currency": "BTC", "stake_currency": "BTC",
"hasQuoteVolume": True, "hasQuoteVolume": True,
"timeframe": "1h", "timeframe": "1h",