From 3f6a30a974b7119a14ea4313937d9fac7cc1b6aa Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 9 Jun 2019 14:47:03 +0200 Subject: [PATCH] Update azure-pipelines-ci.yml for Azure Pipelines --- azure-pipelines-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index f9dda5b41f3..8b0b4e50fa1 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -62,7 +62,7 @@ jobs: steps: - script: | echo "$(python.version)" > .cache - displayName: 'Set up docker prerequisite requirement' + displayName: 'Set python $(python.version) for requirement cache' - task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1 displayName: 'Restore artifacts based on Requirements'