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