Stop pip from checking for updates, we do that

This commit is contained in:
Max Howell 2023-02-27 09:27:27 -05:00
parent b122df92b7
commit 3e28b85774

View file

@ -8,6 +8,10 @@ versions:
dependencies:
python.org: ^3.7
runtime:
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
build:
dependencies:
curl.se: '*'
@ -25,7 +29,7 @@ build:
sed -i.bak -e 's|#!{{ deps.python.org.prefix }}/bin/|#!/usr/bin/env |g' $binfile
rm $binfile.bak
done
rm bin/pip{{deps.python.org.version.major}}.{{deps.python.org.version.minor}}
rm -f bin/pip{{deps.python.org.version.major}}.{{deps.python.org.version.minor}}
env:
shebangs: