Skip to content

Commit

Permalink
Fix circle-ci cache misconfiguration. (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed May 19, 2019
1 parent f8a08c3 commit e531625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
pip install -U -e . -r requirements-dev.txt
- save_cache:
key: python-env-v3-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "requirements-dev.txt" }}
key: python-env-v4-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "requirements-dev.txt" }}
paths:
- "venv"

Expand Down

0 comments on commit e531625

Please sign in to comment.