From a0339ec753000a5b2d30b8e2e9d61747d44c6d45 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Thu, 20 Jun 2019 10:29:25 +1200 Subject: [PATCH] Fix Sqlite import error on tests --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cb846bd2..24619a96 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,6 +31,7 @@ jobs: - script: | sudo apt-get update + sudo apt-get install libsqlite3-dev python -m pip install --upgrade pip displayName: 'Install dependencies'