diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a160764..8fc0284 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: python-version: "3.12" - name: Install uv uses: astral-sh/setup-uv@v5 - - run: uv sync + - run: uv sync --group test - name: Restore cached tessdata uses: actions/cache/restore@v4 with: