Skip to content

Bump version: 0.5.10 → 0.5.11 #20

Bump version: 0.5.10 → 0.5.11

Bump version: 0.5.10 → 0.5.11 #20

Workflow file for this run

name: CI (tests)
on:
push:
branches:
- "main"
pull_request:
workflow_dispatch:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
python-version: ["3.8", "3.11"]
steps:
- name: Install Geos (Linux)
run: sudo apt -y install libgeos-dev
- name: Test Py ${{ matrix.python-version }}
uses: collective/tox-action@main
with:
python-version: ${{ matrix.python-version }}