mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
Stop pip from checking for updates, we do that
This commit is contained in:
parent
b122df92b7
commit
3e28b85774
1 changed files with 5 additions and 1 deletions
|
@ -8,6 +8,10 @@ versions:
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: ^3.7
|
python.org: ^3.7
|
||||||
|
|
||||||
|
runtime:
|
||||||
|
env:
|
||||||
|
PIP_DISABLE_PIP_VERSION_CHECK: 1
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
curl.se: '*'
|
curl.se: '*'
|
||||||
|
@ -25,7 +29,7 @@ build:
|
||||||
sed -i.bak -e 's|#!{{ deps.python.org.prefix }}/bin/|#!/usr/bin/env |g' $binfile
|
sed -i.bak -e 's|#!{{ deps.python.org.prefix }}/bin/|#!/usr/bin/env |g' $binfile
|
||||||
rm $binfile.bak
|
rm $binfile.bak
|
||||||
done
|
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:
|
env:
|
||||||
shebangs:
|
shebangs:
|
||||||
|
|
Loading…
Reference in a new issue