From 91692469245cc30e6a6d62ce4c2d2fea842fe78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 6 Jan 2025 16:02:13 +0100 Subject: [PATCH] Add test dependencies before trying to run the CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: