Apply review comments

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

2
.envrc
View File

@ -1,5 +1,5 @@
if [[ ! -d .venv ]]; then if [[ ! -d .venv ]]; then
log_error 'No .venv folder found found. Use `uv sync` or `uv run` to create one first.' log_error 'No .venv folder found. Use `uv sync` to create one first.'
exit 2 exit 2
fi fi

View File

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

View File

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