mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-23 02:09:56 +00:00
Apply review comments
This commit is contained in:
2
.envrc
2
.envrc
@@ -1,5 +1,5 @@
|
||||
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
|
||||
fi
|
||||
|
||||
|
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
2
.github/workflows/taiste.yml
vendored
2
.github/workflows/taiste.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
git fetch
|
||||
git reset --hard origin/taiste
|
||||
uv sync --only-group prod
|
||||
uv sync --group prod
|
||||
npm install
|
||||
uv run ./manage.py install_xapian
|
||||
uv run ./manage.py migrate
|
||||
|
Reference in New Issue
Block a user