no pip upgrade

This commit is contained in:
jem 2020-11-13 10:00:25 +01:00
parent d01ec8b58e
commit 96cc66b5f8

View file

@ -10,7 +10,6 @@ services:
before_script: before_script:
- set -eux; apk add --no-cache python3 py3-pip; - set -eux; apk add --no-cache python3 py3-pip;
- pip3 install pip3 --upgrade --user
- pip3 install pybuilder ddadevops deprecation --user - pip3 install pybuilder ddadevops deprecation --user
- export PATH=$PATH:~/.local/bin - export PATH=$PATH:~/.local/bin