File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 49
49
# only run this for the python version used by netlify:
50
50
if : matrix.python-version == '3.10'
51
51
run : poetry run make docs-build
52
- - name : Check that formatting, linting, and tests pass
53
- run : poetry run make ci
52
+ - name : Check that formatting, linting, and tests pass for pydantic v1
53
+ run : poetry run make ci-v1
54
+ - name : Check that formatting, linting, and tests pass for pydantic v2
55
+ run : poetry run make ci-v2
Original file line number Diff line number Diff line change 27
27
- name : Install dependencies
28
28
run : poetry install -E session
29
29
30
- - name : Check that formatting, linting, and tests pass
31
- run : poetry run make ci
30
+ - name : Check that formatting, linting, and tests pass for pydantic v1
31
+ run : poetry run make ci-v1
32
+ - name : Check that formatting, linting, and tests pass for pydantic v2
33
+ run : poetry run make ci-v2
32
34
33
35
- name : Check docs are up to date
34
36
run : poetry run make docs-build
You can’t perform that action at this time.
0 commit comments