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 060eff9 commit 4ede224Copy full SHA for 4ede224
.github/workflows/cicd.yml
@@ -50,7 +50,7 @@ jobs:
50
python -m pytest --cov=pydantic2ts --cov-append
51
- name: Run tests using 'pydantic==1.*.*'
52
run: |
53
- python -m pip install 'pydantic==1.*.*'
+ python -m pip install 'pydantic<2'
54
55
- name: Combine coverage data
56
0 commit comments