Update pip command

This commit is contained in:
Oliver Davies 2018-05-06 22:30:30 +01:00
parent ad3071e5d4
commit 63766e9c0e

View file

@ -24,7 +24,7 @@ jobs:
steps: steps:
- run: - run:
name: Install system packages. name: Install system packages.
command: pip install --upgrade pip && pip install ansible command: pip install ansible
- checkout - checkout
- restore_cache: - restore_cache:
key: v1-{{ .Branch }}-{{ checksum "./ansible/requirements.yml" }} key: v1-{{ .Branch }}-{{ checksum "./ansible/requirements.yml" }}