#!/bin/sh
set -eu

uv run --with pytest pytest -v tests/test_github_integration.py
