File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
python-version : " 3.13"
108
108
include :
109
109
- 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"
111
111
python-version : " 3.12"
112
112
numpy-version : " >=2.0"
113
113
fast-compile : 0
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ tag_prefix = "rel-"
119
119
120
120
[tool .pytest .ini_options ]
121
121
addopts = " --durations=50 --doctest-modules --ignore=pytensor/link --ignore=pytensor/misc/check_duplicate_key.py"
122
- testpaths = [" pytensor/" , " tests/" ]
122
+ testpaths = [" pytensor/" , " tests/" , " doc/ " ]
123
123
xfail_strict = true
124
124
125
125
[tool .ruff ]
You can’t perform that action at this time.
0 commit comments