Skip to content

feat: add poverty and inequality outputs to economy comparison #108

feat: add poverty and inequality outputs to economy comparison

feat: add poverty and inequality outputs to economy comparison #108

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Setup Python
run: uv python install 3.13
- name: Sync dependencies
run: uv sync --extra dev
- name: Run tests
run: uv run pytest -v -m "not integration"