From a0b380a2963531b79f32dfe0cfa81b7464eefcf3 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 8 Sep 2025 18:30:01 -0700 Subject: [PATCH] fix install --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 96dec193d9..f4c5573ddd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -569,7 +569,7 @@ jobs: pip install "pytest-asyncio==0.21.1" pip install aiohttp python -m pip install --upgrade pip - python -m pip install -r .circleci/requirements.txt + python -m pip install -r requirements.txt pip install "pytest==7.3.1" pip install "pytest-retry==1.6.3" pip install "pytest-mock==3.12.0" @@ -595,6 +595,7 @@ jobs: pip install "PyGithub==1.59.1" pip install "openai==1.100.1" pip install "pytest-cov==5.0.0" + pip install "apscheduler" - run: name: Install dockerize command: |