if [ -z "$GITHUB_ACTIONS" ]; then
    PREFIX="venv/bin/"
else
    PREFIX=""
fi

${PREFIX}pytest tests
