make sure the two mentions of the cache key agree

This commit is contained in:
Jean-Paul Calderone 2023-08-09 13:07:03 -04:00
parent a0389e83cc
commit 14135ea3f0

View File

@ -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"
@ -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"