build(config.yml): add pillow to ci/cd

This commit is contained in:
Krrish Dholakia 2024-05-28 21:39:09 -07:00
parent 1ebae6e7b0
commit f168e35629
2 changed files with 1 additions and 1 deletions

View file

@ -61,6 +61,7 @@ jobs:
pip install prometheus-client==0.20.0
pip install "pydantic==2.7.1"
pip install "diskcache==5.6.1"
pip install "Pillow==10.3.0"
- save_cache:
paths:
- ./venv