Remove --locked option from uv sync in Dockerfile and workflow

This commit is contained in:
Joakim Hellsén 2026-02-10 04:48:23 +01:00
commit 92ec9e5f32
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ jobs:
python-version: 3.14
- uses: astral-sh/setup-uv@v7
- run: uv sync --locked --all-extras --dev
- run: uv sync --all-extras --dev
- run: uv run pytest
- run: uv run python manage.py makemigrations --check