#!/usr/bin/env bash
set -euo pipefail

cd "$(git rev-parse --show-toplevel)"
uv venv --allow-existing
exec uv sync --all-groups
