diff --git a/.circleci/config.yml b/.circleci/config.yml index 19ad80782..fc73e456b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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