#!/bin/bash
set -e
# ./install
. ./activate
pip install -e .
# uv pip sync pyproject.toml
pytest -s tests -vv -n auto
