mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-04 16:31:05 +03:00
gitlab-ci: ensure git is installed for pip_install job
This commit is contained in:
parent
b5bce9f178
commit
ed46afe262
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue