We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef2eeb commit 5954c64Copy full SHA for 5954c64
.github/workflows/ci.yml
@@ -434,7 +434,7 @@ jobs:
434
435
build-linux-online:
436
# Run pytest with "live" checks
437
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
438
steps:
439
- uses: actions/checkout@v4
440
with:
tests/exchange_online/conftest.py
@@ -410,7 +410,6 @@
410
},
411
"htx": {
412
"pair": "ETH/BTC",
413
- "use_ci_proxy": True,
414
"stake_currency": "BTC",
415
"hasQuoteVolume": True,
416
"timeframe": "1h",
0 commit comments