Ensure git is installed on CI

This commit is contained in:
Jake Howard 2022-08-28 17:49:21 +01:00
parent ac46c0ae0b
commit 7a4388bd69
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -31,7 +31,7 @@ pip:
- "$CI_PROJECT_DIR/.pip-cache"
before_script:
- apt-get update --yes
- apt-get install --yes build-essential libpq-dev
- apt-get install --yes build-essential libpq-dev git
script:
- python -m venv env
- source env/bin/activate