Skip to content

Commit

Permalink
Fix dependency for distributed mutex
Browse files Browse the repository at this point in the history
  • Loading branch information
zezha-msft committed Oct 7, 2019
1 parent 75debe6 commit 1f3cb01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Expand Up @@ -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
Expand Down

0 comments on commit 1f3cb01

Please sign in to comment.