diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 863e40c..6a3d995 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Lint with Ruff run: | - uv pip install ruff + uv pip install --system ruff ruff check . ruff format --check .