Skip to content

Update botocore requirement from <1.30.0,>=1.15.0 to >=1.15.0,<1.32.0 #2019

Update botocore requirement from <1.30.0,>=1.15.0 to >=1.15.0,<1.32.0

Update botocore requirement from <1.30.0,>=1.15.0 to >=1.15.0,<1.32.0 #2019

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