pip install --upgrade pip wheel setuptools

This commit is contained in:
Ishaan Jaff 2025-04-08 16:38:44 -07:00
parent 8a596dbe8c
commit c403dfb615

View file

@ -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"