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.
1 parent 155b3a0 commit e5787d6Copy full SHA for e5787d6
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