Skip to content

Commit

Permalink
Regenerate the lock file in s2i to help micropipenv understand it
Browse files Browse the repository at this point in the history
See thoth-station/micropipenv#280

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
  • Loading branch information
abompard committed May 31, 2023
1 parent 24e9ca1 commit 47fb351
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .s2i/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ set -x

install_tool "micropipenv" "[toml]"

# Poetry 1.5.0 breaks micropipenv, regenetate the log file
pip install "poetry<1.5.0"
poetry lock --no-update -n
#

micropipenv install --deploy

# Now install the root project too, micropipenv does not do that
Expand Down
Loading

0 comments on commit 47fb351

Please sign in to comment.