Browse Source

Ignore the currently installed Python packages

This is fine for CI.

Please don't do this on your desktop though

Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
2.4.x
Ole Petter 4 years ago
parent
commit
0ad4023732
No known key found for this signature in database GPG Key ID: 399DBE0F4D4B02EB
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -170,7 +170,7 @@ convert_raspbian_raspberrypi4:
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
- pip3 install --ignore-installed -r https://raw.githubusercontent.com/mendersoftware/meta-mender/master/tests/acceptance/requirements_py3.txt
# Load image under test
- export IMAGE_NAME=$DOCKER_REPOSITORY:pr
- docker load -i image.tar

Loading…
Cancel
Save