File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,27 +27,19 @@ jobs:
2727 matrix :
2828 os : [ ubuntu-latest, windows-latest, macos-latest ]
2929 python-version : [ "3.14" ]
30- pydantic-version :
31- - pydantic-v2
3230 include :
3331 - os : windows-latest
3432 python-version : " 3.9"
35- pydantic-version : pydantic-v2
3633 - os : ubuntu-latest
3734 python-version : " 3.10"
38- pydantic-version : pydantic-v1
3935 - os : macos-latest
4036 python-version : " 3.11"
41- pydantic-version : pydantic-v2
4237 - os : windows-latest
4338 python-version : " 3.12"
44- pydantic-version : pydantic-v1
4539 - os : ubuntu-latest
4640 python-version : " 3.13"
47- pydantic-version : pydantic-v1
4841 - os : macos-latest
4942 python-version : " 3.13"
50- pydantic-version : pydantic-v2
5143 fail-fast : false
5244 runs-on : ${{ matrix.os }}
5345 steps :
7264 limit-access-to-actor : true
7365 - name : Install Dependencies
7466 run : uv pip install -r requirements-tests.txt
75- - name : Install Pydantic v1
76- if : matrix.pydantic-version == 'pydantic-v1'
77- run : uv pip install --upgrade "pydantic>=1.10.0,<2.0.0"
78- - name : Install Pydantic v2
79- if : matrix.pydantic-version == 'pydantic-v2'
80- run : uv pip install --upgrade "pydantic>=2.0.2,<3.0.0"
8167 - run : mkdir coverage
8268 - name : Test
8369 run : bash scripts/test.sh
You can’t perform that action at this time.
0 commit comments