Skip to content

Commit

Permalink
Install poetry-plugin-export to use the export command
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Feb 5, 2025
1 parent a991a9e commit 115b560
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 @@ -14,7 +14,7 @@ set -e
install_tool "micropipenv" "[toml]"

# Poetry 1.5.0 breaks micropipenv, generate the requirements instead.
pip install poetry
pip install poetry poetry-plugin-export


for subpackage in datanommer.models datanommer.commands datanommer.consumer; do
Expand Down

0 comments on commit 115b560

Please sign in to comment.