build(config.yml): add aiohttp to circle ci

This commit is contained in:
Krrish Dholakia 2024-01-19 10:52:53 -08:00
parent 7a6b2888c2
commit b03552790f

View file

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