Skip to content

Commit e5787d6

Browse files
committed
Make caching work
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 155b3a0 commit e5787d6

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 }} | requirements.txt'
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 }} | requirements.txt'
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)