Skip to content

add geopandas + tests #324

add geopandas + tests

add geopandas + tests #324

Workflow file for this run

name: Build docker
on:
push:
jobs:
build_docker:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Build
run: docker build . -f infrastructure/Dockerfile