Skip to content

Change import to support shapely 1 and 2. (#298) #699

Change import to support shapely 1 and 2. (#298)

Change import to support shapely 1 and 2. (#298) #699

Workflow file for this run

name: linting
on:
push:
branches:
- master
pull_request:
branches: '*'
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- uses: pre-commit/action@v3.0.0