+ Adding in script to setup python package requirements

* Also I've updated the docker image that this pipeline uses as it didn't have node
and pip installed for some reason
Link to relevant docker image: https://hub.docker.com/r/shockrah/fc-pipeline
This commit is contained in:
shockrah 2021-05-01 15:46:17 -07:00
parent 1805023afd
commit 5498766c1e

View File

@ -202,6 +202,10 @@ full-mock-tests:
- build-keys
script:
- cd json-api/client-tests/
- virtualenv .
- source bin/activate && pip install -r requirements.txt
- cd ../../
- bash scripts/build-db.sh
- bash scripts/run-api-tests.sh