Commit 227605c
fix: remove pip upgrade and use --no-build-isolation
The build isolation subprocess only sees the internal feed (not PyPI),
causing setuptools resolution to fail. Use --no-build-isolation to
leverage the agent's pre-installed setuptools and remove the pip
upgrade step which also fails against the feed.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent bab62ad commit 227605c
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 56 | + | |
61 | 57 | | |
62 | 58 | | |
63 | 59 | | |
| |||
0 commit comments