ci: fix pytest path (no tests/ dir)

This commit is contained in:
Agent 2026-07-06 18:34:59 +00:00
parent cd09c79a39
commit 2ae60cdba6

View File

@ -60,7 +60,7 @@ jobs:
python3 -m pip install --upgrade pip
pip3 install -e ".[dev]" 2>/dev/null || pip3 install -e . 2>/dev/null || true
pip3 install pytest pytest-cov
pytest tests/ -v --tb=short
pytest -v --tb=short
else
echo "No Python project detected, skipping pytest"
fi