mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -90,6 +90,7 @@ jobs:
|
||||
COVERALLS_REPO_TOKEN: 6D1m0xupS3FgutfuGao8keFf9Hc0FpIXu
|
||||
run: |
|
||||
# Allow failure for coveralls
|
||||
uv pip install coveralls
|
||||
coveralls || true
|
||||
|
||||
- name: Run json schema extract
|
||||
|
||||
@@ -101,7 +101,6 @@ freqai_rl = [
|
||||
"tqdm",
|
||||
]
|
||||
develop = [
|
||||
"coveralls",
|
||||
"isort",
|
||||
"mypy",
|
||||
"pre-commit",
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
-r requirements-freqai-rl.txt
|
||||
-r docs/requirements-docs.txt
|
||||
|
||||
coveralls==4.0.1
|
||||
ruff==0.11.12
|
||||
mypy==1.16.0
|
||||
pre-commit==4.2.0
|
||||
|
||||
Reference in New Issue
Block a user