We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 518bd59 + e5787d6 commit c1222eeCopy full SHA for c1222ee
etc/ci/azure-posix.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- task: Cache@2
34
inputs:
35
- key: 'pipcache | $(Agent.OS)-${{ pyver }} | requirements.txt'
+ key: 'pipcache | "$(Agent.OS)" | "${{ pyver }}" | requirements.txt'
36
path: $(PIP_CACHE_DIR)
37
displayName: Cache pip downloaded packages
38
etc/ci/azure-win.yml
0 commit comments