File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,10 @@ PATH="/workspaces/app/.venv/bin:$PATH"
2424
2525echo -e " Done.\n"
2626
27- echo -e " ${GREEN} > Identify the packaging and dependency manager to install.${ENDCOLOR} \n"
27+ echo -e " ${GREEN} > Update PIP tool.${ENDCOLOR} \n"
28+ pip install --upgrade pip
29+
30+ echo -e " \n${GREEN} > Identify the packaging and dependency manager to install.${ENDCOLOR} \n"
2831
2932PIP_MANAGER=false
3033POETRY_MANAGER=false
@@ -84,9 +87,7 @@ source /workspaces/app/.venv/bin/activate
8487if [ " $PIP_MANAGER " = true ];
8588then
8689
87- echo -e " ${GREEN} > Update PIP tool and install dependencies.${ENDCOLOR} \n"
88-
89- pip install --upgrade pip
90+ echo -e " ${GREEN} > Install dependencies with PIP.${ENDCOLOR} \n"
9091
9192 # pip install keyring artifacts-keyring
9293
You can’t perform that action at this time.
0 commit comments