Install python manually in the unit test container

This commit is contained in:
yuvipanda
2018-07-20 11:42:15 -07:00
parent 376489cc91
commit b8b2dcf766

View File

@@ -2,6 +2,7 @@ version: 2
jobs:
unit-test:
docker:
# Match target OS of TLJH
- image: ubuntu:18.04
working_directory: ~/repo
@@ -9,6 +10,12 @@ jobs:
steps:
- checkout
# Setup Python
- run:
name: install python
command: |
apt-get update --yes && apt-get install --yes python3 python3-pip
# Download and cache dependencies
- restore_cache:
keys: