Commit fd20b93
committed
Fix CI: separate docs deps and add fail-fast: false
The poetry install step failed on Python 3.12 because
pydoc-markdown 2.1.3 (via yapf) is incompatible with 3.12.
- Move mkdocs, pydoc-markdown, mkdocs-material to optional "docs"
dependency group so they aren't installed during CI test runs
- Add fail-fast: false so one matrix failure doesn't cancel all jobs
- Use --without docs flag in poetry install
https://claude.ai/code/session_017D3uGziwAhF88Zivc51jK51 parent 76794eb commit fd20b93
3 files changed
Lines changed: 33 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | | - | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| |||
0 commit comments