Updated config.yml

This commit is contained in:
Krish Dholakia 2024-01-23 16:52:08 -08:00
parent f47db44b4f
commit 7b8353e5c6

View file

@ -114,6 +114,7 @@ jobs:
pip install "pytest==7.3.1" pip install "pytest==7.3.1"
pip install "pytest-asyncio==0.21.1" pip install "pytest-asyncio==0.21.1"
pip install aiohttp pip install aiohttp
pip install openai
# Run pytest and generate JUnit XML report # Run pytest and generate JUnit XML report
- run: - run:
name: Build Docker image name: Build Docker image