ci: fix new dependencies not being installed on the fly
This commit is contained in:
parent
765c5633df
commit
11e1eec3fb
|
@ -15,6 +15,10 @@ variables:
|
||||||
POSTGRES_USER: passbook
|
POSTGRES_USER: passbook
|
||||||
POSTGRES_PASSWORD: "EK-5jnKfjrGRm<77"
|
POSTGRES_PASSWORD: "EK-5jnKfjrGRm<77"
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
# Ensure all dependencies are installed, even those not included in passbook/build-base
|
||||||
|
- pip install -r requirements-dev.txt
|
||||||
|
|
||||||
create-build-image:
|
create-build-image:
|
||||||
image:
|
image:
|
||||||
name: gcr.io/kaniko-project/executor:debug
|
name: gcr.io/kaniko-project/executor:debug
|
||||||
|
|
Reference in New Issue