Update deploy workflow to include the -U flag in uv sync command

This commit is contained in:
Joakim Hellsén 2026-03-16 20:01:07 +01:00
commit ea242955d9
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk

View file

@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- run: uv sync --all-extras --dev
- run: uv sync --all-extras --dev -U
- run: uv run pytest
- name: Deploy to Server
if: ${{ success() }}