Skip to content

Pin more of the geocoding truth workflow before changing it (#155) #127

Pin more of the geocoding truth workflow before changing it (#155)

Pin more of the geocoding truth workflow before changing it (#155) #127

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