We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94ce30 commit 20f0bfbCopy full SHA for 20f0bfb
.github/workflows/ci.yaml
@@ -149,6 +149,9 @@ jobs:
149
poetry install
150
poetry add pydantic@${{ matrix.pydantic-version }}
151
152
+ - name: View pydantic version
153
+ run: poetry show pydantic
154
+
155
- name: Run tests
156
run: poetry run pytest tests --asyncio-mode=auto --cov=pyneo4j_ogm -W ignore::DeprecationWarning
157
0 commit comments