Skip to content

Commit

Permalink
fix(rundev): install devel packages as well for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 7, 2024
1 parent e6ee51b commit 3df5a7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-docker/weblate-dev/start-dev
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ echo "/app/data/python" > "/app/venv/lib/python${PYVERSION}/site-packages/weblat
# shellcheck disable=SC1091
. /app/venv/bin/activate

uv pip install --editable '/app/src[all]'
cd /app/src
uv export --format requirements-txt --all-extras --no-sources | uv pip install -r -

exec /app/bin/start "$@"

0 comments on commit 3df5a7c

Please sign in to comment.