From f538caaa01279db93409683600400ef5e738ea2f Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Wed, 29 Oct 2025 18:22:55 -0700 Subject: [PATCH] fix proxy_build_from_pip_tests --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 91c7a947a3..85c49ea90b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2609,6 +2609,7 @@ jobs: pip install "pytest-mock==3.12.0" pip install "pytest-asyncio==0.21.1" pip install "mypy==1.18.2" + pip install apscheduler - run: name: Build Docker image command: |