#!/usr/bin/env sh

set -e

uv run maturin dev --uv && uv run pytest "$@"
