forgot requirements.txt

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2019-12-31 17:42:08 -06:00
parent 0c5468ba29
commit c2bca952a4
No known key found for this signature in database
GPG Key ID: 2193804FCA429855
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ version: 2
fi
# generate and build dockerfile
pip install -r requirements.txt
./Dockerfile.py --arch=${CIRCLE_JOB} -v
docker images
# run docker build & tests