mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
Show current pydantic version
This commit is contained in:
parent
60242f9e48
commit
fe2e2cb357
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue