Skip to content

Commit

Permalink
Remove user flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fergus MacConnell authored and Fergus MacConnell committed May 14, 2024
1 parent 916b6f1 commit 5c4f704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/.s2i/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mv /tmp/src/* ./

if [[ ! -z "$UPGRADE_PIP_TO_LATEST" || ! -z "$ENABLE_PIPENV" ]]; then
echo "---> Upgrading pip to latest version ..."
curl -s -o get-pip.py https://bootstrap.pypa.io/pip/3.6/get-pip.py && python3 get-pip.py --user
curl -s -o get-pip.py https://bootstrap.pypa.io/pip/3.6/get-pip.py && python3 get-pip.py
python3 -m pip install -U setuptools==57.4.0 wheel
rm get-pip.py
fi
Expand Down

0 comments on commit 5c4f704

Please sign in to comment.