use the *correct* templating system for this value

This commit is contained in:
Jean-Paul Calderone 2023-08-09 12:54:02 -04:00
parent 65d76c2e3c
commit a0389e83cc

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\" }}"
- "pip-packages-v1-<< parameters.pythonVersion >>-{{ checksum \"setup.py\" }}"
- "run":
name: "Fix $env:PATH"