ci: fix pytest path (no tests/ dir)
This commit is contained in:
parent
cd09c79a39
commit
2ae60cdba6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user