Skip to content

Commit

Permalink
Update dependencies cache on docs build test.
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonsmith committed Jan 14, 2020
1 parent 5f38503 commit 4c74f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,14 +250,14 @@ jobs:

- restore_cache:
name: "Restore dependencies cache."
key: python-<< parameters.tag >>-dependencies-v1
key: python-<< parameters.tag >>-dependencies-v3

- install-dependencies
- configure-trident

- save_cache:
name: "Save dependencies cache."
key: python-<< parameters.tag >>-dependencies-v1
key: python-<< parameters.tag >>-dependencies-v3
paths:
- ~/.cache/pip
- ~/venv
Expand Down

0 comments on commit 4c74f6e

Please sign in to comment.