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" }}