fix(ci): add sqlalchemy>=2.0.0 to pip install step (closes #293) #332

Merged
infra-sre merged 1 commits from ci/add-sqlalchemy-to-pip-install into main 2026-05-11 02:28:08 +00:00

View File

@ -365,7 +365,7 @@ jobs:
cache: pip
cache-dependency-path: workspace/requirements.txt
- if: needs.changes.outputs.python == 'true'
run: pip install -r requirements.txt pytest pytest-asyncio pytest-cov
run: pip install -r requirements.txt pytest pytest-asyncio pytest-cov sqlalchemy>=2.0.0
# Coverage flags + fail-under floor moved into workspace/pytest.ini
# (issue #1817) so local `pytest` and CI use identical config.
- if: needs.changes.outputs.python == 'true'