Skip to content

Commit

Permalink
make sure the two mentions of the cache key agree
Browse files Browse the repository at this point in the history
  • Loading branch information
exarkun committed Aug 9, 2023
1 parent a0389e8 commit 14135ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -222,7 +222,7 @@ jobs:
# version-specific binary packages so include the Python version
# in this key, as well as the canonical source of our
# dependencies.
- "pip-packages-v1-<< parameters.pythonVersion >>-{{ checksum \"setup.py\" }}"
- &CACHE_KEY "pip-packages-v1-<< parameters.pythonVersion >>-{{ checksum \"setup.py\" }}"

- "run":
name: "Fix $env:PATH"
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
# Make sure this agrees with PIP_CACHE_DIR in the environment.
- "pip-cache"
- "wheelhouse"
key: "pip-packages-v1-{{ checksum \"setup.py\" }}"
key: *CACHE_KEY

- "run":
name: "Install Dependencies"
Expand Down

0 comments on commit 14135ea

Please sign in to comment.