From 8a596dbe8c9782e042aecb889cb6922cad258c1a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 8 Apr 2025 16:27:09 -0700 Subject: [PATCH] pip install wheel --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b1e08084fa..24f08f6bf4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -610,6 +610,7 @@ jobs: name: Install Dependencies command: | python -m pip install --upgrade pip + pip install wheel python -m pip install -r requirements.txt pip install "pytest==7.3.1" pip install "respx==0.21.1"