We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c169957 + 155b3a0 commit 518bd59Copy full SHA for 518bd59
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