Skip to content

Commit

Permalink
Merge master into 0.5.X without squashing to fix future GitHub diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
ulupo authored Jul 9, 2021
2 parents 4c13c5d + 4c881b2 commit b8ca389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- task: Cache@2
inputs:
key: '"ccache-wheels-v2021.07.08" | $(Agent.OS) | "$(python.version)"'
key: '"ccache-wheels-v2021.07.09" | $(Agent.OS) | "$(python.version)"'
path: $(CCACHE_DIR)
displayName: ccache

Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- task: Cache@2
inputs:
key: '"ccache-v2021.07.08" | $(Agent.OS) | "$(python.version)"'
key: '"ccache-v2021.07.09" | $(Agent.OS) | "$(python.version)"'
path: $(CCACHE_DIR)
displayName: ccache

Expand Down

0 comments on commit b8ca389

Please sign in to comment.