Skip to content

Commit bd54825

Browse files
committed
revert script back to target latest
1 parent 057af8f commit bd54825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd $workdir
88
if [ ! -d venv ]; then
99
python -m virtualenv venv
1010
. venv/bin/activate
11-
pip install azure-storage-blob==1.2.0rc1 azure-storage-file==1.2.0rc1 azure-storage-queue==1.2.0rc1 azure-storage-common==1.2.0rc1
11+
pip install azure-storage-blob azure-storage-file azure-storage-queue azure-storage-common
1212
fi
1313

1414
ver=$(find venv -name '_constants.py' | grep blob | xargs grep 'X_MS_VERSION')

0 commit comments

Comments
 (0)