File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 python-version : " 3.13"
108108 include :
109109 - os : " ubuntu-latest"
110- part : " --doctest-modules pytensor --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link"
110+ part : " --doctest-modules pytensor doc --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link"
111111 python-version : " 3.12"
112112 numpy-version : " >=2.0"
113113 fast-compile : 0
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ tag_prefix = "rel-"
119119
120120[tool .pytest .ini_options ]
121121addopts = " --durations=50 --doctest-modules --ignore=pytensor/link --ignore=pytensor/misc/check_duplicate_key.py"
122- testpaths = [" pytensor/" , " tests/" ]
122+ testpaths = [" pytensor/" , " tests/" , " doc/ " ]
123123xfail_strict = true
124124
125125[tool .ruff ]
You can’t perform that action at this time.
0 commit comments