Commit f88f46b
fix: use poe tasks for model generation in CI workflow
Add `generate-models-from-file` poe task that accepts a local file path,
working around datamodel-codegen's behavior where `url` in pyproject.toml
takes precedence over the `--input` CLI flag.
Update the CI workflow to call poe tasks instead of datamodel-codegen
directly, ensuring the downloaded artifact is actually used when available.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0345908 commit f88f46b
File tree
2 files changed
+14
-5
lines changed- .github/workflows
2 files changed
+14
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | 87 | | |
91 | 88 | | |
92 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
0 commit comments