Pin version of Pip #172

Closed
decentral1se wants to merge 1 commits from (deleted):cifix/pin-pip into main
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ pipeline:
image: python:${PYTHON_VERSION}-alpine${ALPINE_VERSION} image: python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
pull: true pull: true
commands: commands:
- pip install --upgrade pip==19.1.1
- pip install tox - pip install tox
- tox - tox
- apk add --no-cache borgbackup - apk add --no-cache borgbackup