diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3453d11ea..263ad5db7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index dd86fa7f8..4b7ac779e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,6 @@ freqai_rl = [ "tqdm", ] develop = [ - "coveralls", "isort", "mypy", "pre-commit", diff --git a/requirements-dev.txt b/requirements-dev.txt index fee06e217..86c885279 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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