From 7403530f07d11055afe48cd5e948ffa8ab0d7020 Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Mon, 17 Dec 2018 16:11:26 -0600 Subject: [PATCH] Add pip install repo --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 470e0f56..45dcb5ea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,6 +15,7 @@ jobs: - restore_cache: keys: - cache-pip + - run: pip install --user -e . # Install the packages needed to build our documentation # This will depend on your particular package! - run: pip install --user -r docs/doc-requirements.txt