Skip to content

Merge pull request #1704 from ccnmtl/dependabot/pip/botocore-gte-1.15… #2015

Merge pull request #1704 from ccnmtl/dependabot/pip/botocore-gte-1.15…

Merge pull request #1704 from ccnmtl/dependabot/pip/botocore-gte-1.15… #2015

name: build-and-test
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8]
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Update environment
run: sudo apt update
- name: Install Spatialite and libgdal
run: sudo apt-get install libgdal-dev libsqlite3-mod-spatialite
- name: Build with Makefile
run: make