Don't use pip wrapper script in CI.
This commit is contained in:
parent
f61bc91b0f
commit
60b1f9921d
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ pipeline:
|
|||
image: python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
|
||||
pull: true
|
||||
commands:
|
||||
- scripts/pip install tox==3.10.0
|
||||
- python -m pip install --upgrade pip==19.1.1
|
||||
- pip install tox==3.10.0
|
||||
- tox
|
||||
- apk add --no-cache borgbackup
|
||||
- tox -e end-to-end
|
||||
|
|
Loading…
Reference in a new issue