#!/usr/bin/env bash
set -e
set -x

. "$HOME/.cargo/env"

uv sync --no-install-project --dev --link-mode=copy
uv pip install archive-to-parquet --find-links=target/wheels/ --verbose --only-binary=true
uv run --no-sync pytest
