aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-11-11 22:10:22 +0100
committerGravatar kwzrd <[email protected]>2020-11-11 22:10:22 +0100
commit8bfd330479bb8ce696ec2c1fc1ef40309ba8887f (patch)
treeabe9d74f15b4be24d8fb282f786531a324431218
parentMerge CI changes from 'master' branch (diff)
parentCI: invalidate dependency cache (diff)
Merge CI dep cache bump from 'master' branch
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 9f58e38c8..991b1f447 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -34,7 +34,7 @@ jobs:
- task: Cache@2
displayName: 'Restore Python environment'
inputs:
- key: python | $(Agent.OS) | "$(python.pythonLocation)" | 0 | ./Pipfile | ./Pipfile.lock
+ key: python | $(Agent.OS) | "$(python.pythonLocation)" | 1 | ./Pipfile | ./Pipfile.lock
cacheHitVar: PY_ENV_RESTORED
path: $(PYTHONUSERBASE)
continueOnError: true