Skip to content

Commit 5659266

Browse files
committed
Make caching work
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent ba3df72 commit 5659266

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/ci/azure-posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- task: Cache@2
3434
inputs:
35-
key: 'pipcache | "$(Agent.OS)" | ${{ pyver }}'
35+
key: 'pipcache | $(Agent.OS-${{ pyver }} | requirements.txt'
3636
path: $(PIP_CACHE_DIR)
3737
displayName: Cache pip downloaded packages
3838

etc/ci/azure-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- task: Cache@2
3434
inputs:
35-
key: 'pipcache | "$(Agent.OS)" | ${{ pyver }}'
35+
key: 'pipcache | $(Agent.OS-${{ pyver }} | requirements.txt'
3636
path: $(PIP_CACHE_DIR)
3737
displayName: Cache pip downloaded packages
3838

0 commit comments

Comments
 (0)