Commit 3ac0065
fix(ci): sync release-workflow install with PR gate (--all-extras)
test.yml installs --dev --all-extras (PR #16) so tests/clone/test_cli.py
can import click; main.yml was still on bare --dev, so the release run
failed at pytest collection while PR CI passed.
Now both workflows use identical install + lint + test commands.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 35f985d commit 3ac0065
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | | - | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments