Show current pydantic version
This commit is contained in:
parent
60242f9e48
commit
fe2e2cb357
@ -626,6 +626,10 @@ jobs:
|
||||
pip install "pytest-retry==1.6.3"
|
||||
pip install "pytest-asyncio==0.21.1"
|
||||
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:
|
||||
name: Run tests
|
||||
|
||||
Loading…
Reference in New Issue
Block a user