Skip to content

perf: Reduce memory overhead in trip augmentation during ingest #2

perf: Reduce memory overhead in trip augmentation during ingest

perf: Reduce memory overhead in trip augmentation during ingest #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
install-and-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install Poetry
run: pip install poetry
- name: Install dependencies
run: poetry install
- name: Check formatting with black
run: poetry run black --check .