diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13ce71f..fcbaf7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: python-version: "3.12" - name: Install dependencies - run: uv sync --dev + run: uv sync --extra dev - name: Lint with ruff run: |