From 63766e9c0ead8b5ccfead46e69f3884d6c71cbcc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 6 May 2018 22:30:30 +0100 Subject: [PATCH] Update pip command --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9b886a39..eab05651 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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" }}