Skip to content

Commit e8c28f2

Browse files
chore(ci): also run pydantic v1 tests (openai#1666)
1 parent 3d780f2 commit e8c28f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/test

+3
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ fi
5454

5555
echo "==> Running tests"
5656
rye run pytest "$@"
57+
58+
echo "==> Running Pydantic v1 tests"
59+
rye run nox -s test-pydantic-v1 -- "$@"

0 commit comments

Comments
 (0)