diff options
author | 2020-11-13 08:26:59 +0100 | |
---|---|---|
committer | 2020-11-13 08:31:15 +0100 | |
commit | 9794016943861fb41d1b84a24d2766fad0771a16 (patch) | |
tree | 7b5b18ae1be19d65ead7b0be6fb4551e09d6e96e | |
parent | Merge pull request #1272 from python-discord/Hemlock/voice-gate-ping (diff) |
CI: invalidate environment cache
The cache was corrupted again for unknown reasons.
-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 991b1f447..0aa36a940 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)" | 1 | ./Pipfile | ./Pipfile.lock + key: python | $(Agent.OS) | "$(python.pythonLocation)" | 2 | ./Pipfile | ./Pipfile.lock cacheHitVar: PY_ENV_RESTORED path: $(PYTHONUSERBASE) continueOnError: true |