diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce7cc1c..bb313d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - uses: yezz123/setup-uv@v4 with: uv-venv: ".geb_venv" - - run: uv pip install -r requirements.txt + - run: uv pip install ruff - run: ruff format . - run: ruff check . # TODO: pytest