From 4cc758266b74ce2bf1f22a03110d0f54c28a296c Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Fri, 25 Oct 2019 13:39:55 -0700 Subject: [PATCH] Update apt-get archives --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 62c46b6970969..6fb8241d6d600 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,6 +33,7 @@ jobs: condition: true - script: | + sudo apt-get update sudo apt-get install -y libc6-dev-i386 ci/setup_env.sh displayName: 'Setup environment and build pandas'