Skip to content

Commit 4ede224

Browse files
committed
Fix pip install for pydantic v1
1 parent 060eff9 commit 4ede224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python -m pytest --cov=pydantic2ts --cov-append
5151
- name: Run tests using 'pydantic==1.*.*'
5252
run: |
53-
python -m pip install 'pydantic==1.*.*'
53+
python -m pip install 'pydantic<2'
5454
python -m pytest --cov=pydantic2ts --cov-append
5555
- name: Combine coverage data
5656
run: |

0 commit comments

Comments
 (0)