Skip to content

update geocode snapshots #174

update geocode snapshots

update geocode snapshots #174

Workflow file for this run

name: pytest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: PYTHONPATH=. poetry run pytest
- run: poetry run ruff check
- run: poetry run ruff format --check
- run: poetry run pyright