Skip to content

Commit 5954c64

Browse files
authored
chore: use ubuntu 24.04 for online tests
1 parent 1ef2eeb commit 5954c64

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ jobs:
434434

435435
build-linux-online:
436436
# Run pytest with "live" checks
437-
runs-on: ubuntu-22.04
437+
runs-on: ubuntu-24.04
438438
steps:
439439
- uses: actions/checkout@v4
440440
with:

tests/exchange_online/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@
410410
},
411411
"htx": {
412412
"pair": "ETH/BTC",
413-
"use_ci_proxy": True,
414413
"stake_currency": "BTC",
415414
"hasQuoteVolume": True,
416415
"timeframe": "1h",

0 commit comments

Comments
 (0)