Skip to content

Fix __init__.py to export eval_typing #13

Fix __init__.py to export eval_typing

Fix __init__.py to export eval_typing #13

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Set up Python
run: uv python install 3.14
- name: Install dependencies
working-directory: packages/typemap
run: uv sync --group dev
- name: Run tests
working-directory: packages/typemap
run: uv run pytest --ignore=tests/test_cqa.py