Skip to content

Commit 518bd59

Browse files
committed
Merge remote-tracking branch 'local-skel/add-code-style-checks2' into new-skeleton-ruff3
2 parents c169957 + 155b3a0 commit 518bd59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/ci/azure-posix.yml

+1-1
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

+1-1
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)