Skip to content

Commit

Permalink
remove caching of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc committed Oct 18, 2018
1 parent 465c0b8 commit afcbcb5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,11 @@ jobs:
# Python env
- run: echo "export PATH=~/.local/bin:$PATH" >> $BASH_ENV

- restore_cache:
keys:
- cache-pip
- run:
name: Install doc dependencies
command: |
pip install --upgrade pip setuptools
pip install -r doc/doc-requirements.txt
- save_cache:
key: cache-pip
paths:
- ~/.cache/pip
# Build the docs
- run:
Expand Down

0 comments on commit afcbcb5

Please sign in to comment.