diff options
author | 2020-11-11 22:10:22 +0100 | |
---|---|---|
committer | 2020-11-11 22:10:22 +0100 | |
commit | 8bfd330479bb8ce696ec2c1fc1ef40309ba8887f (patch) | |
tree | abe9d74f15b4be24d8fb282f786531a324431218 | |
parent | Merge CI changes from 'master' branch (diff) | |
parent | CI: invalidate dependency cache (diff) |
Merge CI dep cache bump from 'master' branch
-rw-r--r-- | azure-pipelines.yml | 2 |
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 |