From: Steve Dower Date: Wed, 19 Sep 2018 20:23:25 +0000 (-0700) Subject: Ignores failure to update lists (GH-9424) X-Git-Tag: v3.8.0a1~934 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76531e2e82319a487d659bc469441bd4b8251608;p=python Ignores failure to update lists (GH-9424) --- diff --git a/.vsts/install_deps.sh b/.vsts/install_deps.sh index 7b98cfddb6..b1fa576047 100755 --- a/.vsts/install_deps.sh +++ b/.vsts/install_deps.sh @@ -1,4 +1,4 @@ -sudo apt-get update +sudo apt-get update || true sudo apt-get -yq install \ build-essential \