Apply review comments

This commit is contained in:
2025-01-06 18:40:02 +01:00
parent 8d10a5e0ab
commit a491baddb9
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ jobs:
git fetch
git reset --hard origin/master
uv sync --only-group prod
uv sync --group prod
npm install
uv run ./manage.py install_xapian
uv run ./manage.py migrate