M01: Add PIP_NO_BUILD_ISOLATION to fix CLIP pkg_resources in build env

Made-with: Cursor
This commit is contained in:
Michael Cahill 2026-03-07 15:36:51 -08:00
parent 9b96c9165c
commit cb4b152935
2 changed files with 3 additions and 0 deletions

View file

@ -43,6 +43,7 @@ jobs:
env:
PIP_DISABLE_PIP_VERSION_CHECK: "1"
PIP_PROGRESS_BAR: "off"
PIP_NO_BUILD_ISOLATION: "1"
TORCH_INDEX_URL: https://download.pytorch.org/whl/cpu
WEBUI_LAUNCH_LIVE_OUTPUT: "1"
PYTHONUNBUFFERED: "1"

View file

@ -9,3 +9,5 @@
| 2025-03-07 | search_replace | Pin actions to SHAs | .github/workflows/*.yaml | done |
| 2025-03-07 | write | Create .gitattributes | .gitattributes | done |
| 2025-03-07 | search_replace | Update milestone ledger | docs/serena.md | done |
| 2025-03-07 | run | git push, CI run 22809624907 | Tests failed at Setup env (CLIP pkg_resources) | done |
| 2025-03-07 | search_replace | Add PIP_NO_BUILD_ISOLATION for CLIP build | .github/workflows/run_tests.yaml | in_progress |