#!/bin/bash set -euo pipefail cd "$(dirname "$0")/.." source ./activate.sh echo "Running CI contract tests..." python -m pytest tests/ci -q