From 1f3cb01d5f78f50aa7e1df64089b809f25377c28 Mon Sep 17 00:00:00 2001 From: zezha-msft Date: Mon, 7 Oct 2019 14:49:56 -0700 Subject: [PATCH] Fix dependency for distributed mutex --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 97a4f15b3..c4902869c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -61,7 +61,9 @@ jobs: inputs: version: '1.12' - script: | - pip install azure-storage-blob==12.0.0b2 + pip install azure-storage-blob==12.0.0b3 + # the recent release 1.0.0b4 has a breaking change + pip install azure-core==1.0.0b3 # acquire the mutex before running live tests to avoid conflicts python ./tool_distributed_mutex.py lock "$(MUTEX_URL)" # set the variable to indicate that the mutex was actually acquired