diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e09c076..eebe0f4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,7 @@ jobs: run: python -c "import chromatinhd" - name: test install run: pip install -e .[test] - - name: ruff - run: ruff check --format=github . + # - uses: jpetrucciani/ruff-check@main - name: test run: pytest # - run: mkdocs gh-deploy --force \ No newline at end of file