-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2785 from efiop/2387
test: try using azurite 3.3.0-preview
- Loading branch information
Showing
2 changed files
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters