Skip to content

Commit 0b15d37

Browse files
committed
Make sure pip is up to date
1 parent 4be2065 commit 0b15d37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

linuxdeploy-plugin-conda.sh

+3
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ for pkg in "${pkgs[@]}"; do
159159
conda install -y "$pkg"
160160
done
161161

162+
# make sure pip is up to date
163+
pip install -U pip
164+
162165
# install requirements from PyPI specified via $PIP_REQUIREMENTS
163166
if [ "$PIP_REQUIREMENTS" != "" ]; then
164167
if [ "$PIP_WORKDIR" != "" ]; then

0 commit comments

Comments
 (0)