diff --git a/.circleci/config.yml b/.circleci/config.yml index 113f2db2e6..6174f9ec73 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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