gitlab-ci: ensure git is installed for pip_install job

This commit is contained in:
Hans-Christoph Steiner 2020-02-20 09:12:31 +01:00
parent b5bce9f178
commit ed46afe262
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ pip_install:
only:
- master@fdroid/fdroidserver
script:
- pacman --sync --sysupgrade --refresh --noconfirm grep python-pip python-virtualenv tar
- pacman --sync --sysupgrade --refresh --noconfirm git grep python-pip python-virtualenv tar
# setup venv to act as release build machine
- python -m venv sdist-env
- . sdist-env/bin/activate