Skip to content

Bump Periplum engine to v0.3.2 (fix marker scatter) + Built-with-Periplum badge #18

Bump Periplum engine to v0.3.2 (fix marker scatter) + Built-with-Periplum badge

Bump Periplum engine to v0.3.2 (fix marker scatter) + Built-with-Periplum badge #18

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install system dependencies
run: sudo apt-get update && sudo apt-get install -y libgeos-dev libproj-dev
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
run: pytest tests/ -v