Show current pydantic version

This commit is contained in:
Ishaan Jaff 2025-03-24 16:46:53 -07:00
parent 60242f9e48
commit fe2e2cb357

View file

@ -626,6 +626,10 @@ jobs:
pip install "pytest-retry==1.6.3" pip install "pytest-retry==1.6.3"
pip install "pytest-asyncio==0.21.1" pip install "pytest-asyncio==0.21.1"
python -m pip install -r requirements.txt python -m pip install -r requirements.txt
- run:
name: Show current pydantic version
command: |
python -m pip show pydantic
# Run pytest and generate JUnit XML report # Run pytest and generate JUnit XML report
- run: - run:
name: Run tests name: Run tests