File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,6 @@ set -x
15
15
16
16
install_tool " micropipenv" " [toml]"
17
17
18
- # Poetry 1.5.0 breaks micropipenv, regenetate the log file
19
- # https://github.com/thoth-station/micropipenv/issues/280
20
- pip install " poetry<1.5.0"
21
- poetry lock --no-update -n
22
- #
23
-
24
- # Fix a couple issues with git sources in micropipenv
25
- pip install unidiff
26
- curl -O https://patch-diff.githubusercontent.com/raw/thoth-station/micropipenv/pull/296.patch
27
- python devel/filterdiff.py -i " */micropipenv.py" 296.patch \
28
- | patch -p1 /opt/app-root/src/.local/venvs/micropipenv/lib/python3.* /site-packages/micropipenv.py
29
-
30
18
micropipenv install --deploy
31
19
32
20
# Now install the root project too, micropipenv does not do that
Original file line number Diff line number Diff line change 3
3
# SPDX-License-Identifier: MIT
4
4
5
5
UPGRADE_PIP_TO_LATEST=true
6
+ ENABLE_MICROPIPENV=true
6
7
APP_SCRIPT=.s2i/run.sh
You can’t perform that action at this time.
0 commit comments