From fc36927468cb81e5b5c2529be27899db78c82a36 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 26 Jul 2019 16:52:42 +0200 Subject: [PATCH] [skip ci] Update azure-pipelines-ci.yml for Azure Pipelines --- azure-pipelines-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 47b6c06a7e2..923fbc7cf62 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -83,7 +83,6 @@ stages: container: $[ variables['python.container'] ] steps: - task: CacheBeta@0 - displayName: 'Restore artifacts based on Requirements' inputs: key: | $(Build.SourcesDirectory)/requirements_test_all.txt @@ -141,7 +140,6 @@ stages: container: $[ variables['PythonMain'] ] steps: - task: CacheBeta@0 - displayName: 'Restore artifacts based on Requirements' inputs: key: | $(Build.SourcesDirectory)/requirements_all.txt