Skip to content

Commit

Permalink
Merge pull request #2785 from efiop/2387
Browse files Browse the repository at this point in the history
test: try using azurite 3.3.0-preview
  • Loading branch information
efiop authored Nov 13, 2019
2 parents 947b39f + e4c3dbf commit cfc5799
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions scripts/ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ scriptdir="$(dirname $0)"
# work or not.
$scriptdir/retry.sh pip install --upgrade pip setuptools wheel
$scriptdir/retry.sh pip install .[all,tests]
# Installing specific packages to workaround some bugs. Please see [1] and [2]
#
# [1] https://github.com/iterative/dvc/issues/2284
# [2] https://github.com/iterative/dvc/issues/2387
$scriptdir/retry.sh pip uninstall -y azure-storage-blob
$scriptdir/retry.sh pip install psutil azure-storage-blob==1.5.0

git config --global user.email "[email protected]"
git config --global user.name "DVC Tester"
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/install_azurite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -x
# run azurite
sudo docker run -d --restart always -e executable=blob -p 10000:10000 \
--tmpfs /opt/azurite/folder \
mcr.microsoft.com/azure-storage/azurite:3.1.2-preview \
mcr.microsoft.com/azure-storage/azurite:3.3.0-preview \
azurite -l /data --blobHost 0.0.0.0

# save secrets
Expand Down

0 comments on commit cfc5799

Please sign in to comment.