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" - "$CI_PROJECT_DIR/.pip-cache"
before_script: before_script:
- apt-get update --yes - apt-get update --yes
- apt-get install --yes build-essential libpq-dev - apt-get install --yes build-essential libpq-dev git
script: script:
- python -m venv env - python -m venv env
- source env/bin/activate - source env/bin/activate