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:
- run:
name: Install system packages.
command: pip install --upgrade pip && pip install ansible
command: pip install ansible
- checkout
- restore_cache:
key: v1-{{ .Branch }}-{{ checksum "./ansible/requirements.yml" }}