Skip to content

Commit

Permalink
Replace deprecated poetry --no-dev by poetry --without dev
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jan 23, 2025
1 parent 2f38938 commit 01ca9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .s2i/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pip install poetry
poetry config virtualenvs.create false

echo "---> Installing application and dependencies ..."
poetry install --no-dev --extras deploy
poetry install --without dev --extras deploy

echo "---> Compiling translations ..."
pybabel compile -d noggin/translations
Expand Down

0 comments on commit 01ca9da

Please sign in to comment.