fix respx

This commit is contained in:
Ishaan Jaff 2024-09-12 08:26:31 -07:00
parent fbe92df87e
commit f880e2b958

View file

@ -162,6 +162,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
pip install "pytest==7.3.1"
pip install "respx==0.21.1"
pip install "pytest-retry==1.6.3"
pip install "pytest-asyncio==0.21.1"
# Run pytest and generate JUnit XML report