Add test dependencies before trying to run the CI

This commit is contained in:
Alexis Métaireau 2025-01-06 16:02:13 +01:00
parent 77fe6fb4aa
commit 9169246924
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -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: