Fix Sqlite import error on tests

This commit is contained in:
Clinton Hall 2019-06-20 10:29:25 +12:00 committed by GitHub
commit a0339ec753
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@ jobs:
- script: | - script: |
sudo apt-get update sudo apt-get update
sudo apt-get install libsqlite3-dev
python -m pip install --upgrade pip python -m pip install --upgrade pip
displayName: 'Install dependencies' displayName: 'Install dependencies'