ci(config.yml): add pytest-postgres to ci/cd

This commit is contained in:
Krrish Dholakia 2025-03-26 16:25:08 -07:00
parent 132d3f7baa
commit fb9abd40f3

View file

@ -555,6 +555,7 @@ jobs:
pip install "diskcache==5.6.1"
pip install "Pillow==10.3.0"
pip install "jsonschema==4.22.0"
pip install "pytest-postgresql==7.0.1"
- save_cache:
paths:
- ./venv