File tree Expand file tree Collapse file tree 2 files changed +20
-21
lines changed Expand file tree Collapse file tree 2 files changed +20
-21
lines changed Original file line number Diff line number Diff line change @@ -25,30 +25,30 @@ jobs:
2525 test :
2626 strategy :
2727 matrix :
28- os : [ ubuntu-latest, macos-latest ]
28+ os : ubuntu-latest
2929 python-version : [ "3.12" ]
3030 pydantic-version :
3131 - pydantic-v1
3232 - pydantic-v2
33- include :
34- - os : ubuntu-22.04
35- python-version : " 3.7"
36- pydantic-version : pydantic-v1
37- - os : ubuntu-22.04
38- python-version : " 3.7"
39- pydantic-version : pydantic-v2
40- - os : macos-latest
41- python-version : " 3.8"
42- pydantic-version : pydantic-v1
43- - os : ubuntu-latest
44- python-version : " 3.9"
45- pydantic-version : pydantic-v2
46- - os : ubuntu-latest
47- python-version : " 3.10"
48- pydantic-version : pydantic-v1
49- - os : macos-latest
50- python-version : " 3.11"
51- pydantic-version : pydantic-v2
33+ # include:
34+ # - os: ubuntu-22.04
35+ # python-version: "3.7"
36+ # pydantic-version: pydantic-v1
37+ # - os: ubuntu-22.04
38+ # python-version: "3.7"
39+ # pydantic-version: pydantic-v2
40+ # - os: macos-latest
41+ # python-version: "3.8"
42+ # pydantic-version: pydantic-v1
43+ # - os: ubuntu-latest
44+ # python-version: "3.9"
45+ # pydantic-version: pydantic-v2
46+ # - os: ubuntu-latest
47+ # python-version: "3.10"
48+ # pydantic-version: pydantic-v1
49+ # - os: macos-latest
50+ # python-version: "3.11"
51+ # pydantic-version: pydantic-v2
5252 fail-fast : false
5353 runs-on : ${{ matrix.os }}
5454 steps :
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ exclude_lines = [
9191 ' if __name__ == "__main__":' ,
9292 " if TYPE_CHECKING:" ,
9393]
94- skip_empty = true
9594
9695[tool .coverage .html ]
9796show_contexts = true
You can’t perform that action at this time.
0 commit comments