Skip to content

Commit 42d3a26

Browse files
leotrsclaude
andcommitted
fix: pass --doctest-modules explicitly in CI workflow
Since --doctest-modules was removed from pyproject.toml addopts (to avoid slow local test collection), the CI doctest step needs to pass it explicitly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1d0af52 commit 42d3a26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
pytest --color=yes
3737
# run doctests
3838
cd ../xgi/
39-
pytest --color=yes
39+
pytest --doctest-modules --color=yes

0 commit comments

Comments
 (0)