pip install wheel

This commit is contained in:
Ishaan Jaff
2025-04-08 16:27:09 -07:00
parent 73356b3a9f
commit 8a596dbe8c
+1
View File
@@ -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"