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"