Ensure git
is installed on CI
This commit is contained in:
parent
ac46c0ae0b
commit
7a4388bd69
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue