Skip to content

Commit

Permalink
ci: fix cache key for release CircleCI job
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <phorton@sonatype.com>
  • Loading branch information
madpah committed Oct 13, 2021
1 parent a5fc8b8 commit a730e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -99,7 +99,7 @@ jobs:
- checkout
- restore_cache: # ensure this step occurs *before* installing dependencies
name: "Restore any valid cache"
key: dependencies-{{ .Branch }}-{{ parameters.python_version }}-{{ checksum "poetry.lock" }}
key: dependencies-{{ .Branch }}-39-{{ checksum "poetry.lock" }}
- run:
name: "Build for release"
command: |
Expand Down

0 comments on commit a730e9e

Please sign in to comment.