Updated config.yml

This commit is contained in:
Krish Dholakia 2024-03-19 13:23:57 -07:00
parent 36440f6b4a
commit 358f94a4c3

View file

@ -148,6 +148,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r .circleci/requirements.txt
pip install "pytest==7.3.1"
pip install "pytest-mock==3.12.0"
pip install "pytest-asyncio==0.21.1"
pip install mypy
pip install "google-generativeai>=0.3.2"