Commit 8fd3267
fix: skip build isolation to avoid setuptools download from feed
The feed's PyPI upstream isn't resolving setuptools. Pre-install build
dependencies (setuptools, wheel) explicitly and use --no-build-isolation
so pip uses the local copies instead of downloading them.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent e1734eb commit 8fd3267
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| |||
0 commit comments