From aaa2c5a523ca0484365ee38b7d522b85a6f03509 Mon Sep 17 00:00:00 2001 From: wbond Date: Tue, 4 Sep 2018 06:53:53 -0400 Subject: Try caching homebrew on CircleCI --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index f76579d..385e551 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,14 @@ jobs: # This is the last version using macOS 10.12, which has Python 2.6 xcode: 9.2.0 steps: + - restore_cache: + keys: + - homebrew - run: brew update + - save_cache: + key: homebrew + paths: + - /usr/local/Homebrew - run: brew upgrade python - run: brew install pypy - checkout -- cgit v1.2.3