Browse Source
Upgrade pip before installing requirements
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
2.4.x
Ole Petter
4 years ago
No known key found for this signature in database
GPG Key ID: 399DBE0F4D4B02EB
1 changed files with
1 additions and
0 deletions
-
.gitlab-ci.yml
|
|
@ -169,6 +169,7 @@ convert_raspbian_raspberrypi4: |
|
|
|
gcc python3-dev libffi-dev liblzo2-dev libc-dev libssl-dev make sudo |
|
|
|
awscli unzip qemu-system-x86 ovmf curl docker.io |
|
|
|
# Python3 dependencies |
|
|
|
- python3 -m pip install -U pip |
|
|
|
- pip3 install -r https://raw.githubusercontent.com/mendersoftware/meta-mender/master/tests/acceptance/requirements_py3.txt |
|
|
|
# Load image under test |
|
|
|
- export IMAGE_NAME=$DOCKER_REPOSITORY:pr |
|
|
|