Skip to content

Merge branch 'master' into dependabot/pip/boto3-gte-1.12.0-and-lt-1.28.0 #2022

Merge branch 'master' into dependabot/pip/boto3-gte-1.12.0-and-lt-1.28.0

Merge branch 'master' into dependabot/pip/boto3-gte-1.12.0-and-lt-1.28.0 #2022

Workflow file for this run

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