Skip to content

Commit 8c0d5d9

Browse files
Run tests against pydantic branch for coverage
1 parent 2b87d5b commit 8c0d5d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ jobs:
212212
steps:
213213
- uses: actions/checkout@v4
214214
with:
215-
repository: pydantic/pydantic
215+
repository: MarkusSintonen/pydantic # TODO remove before merging
216+
ref: optimized-schema-building
216217
path: pydantic
217218

218219
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)