mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-22 14:20:39 -07:00
M01: Add PIP_NO_BUILD_ISOLATION to fix CLIP pkg_resources in build env
Made-with: Cursor
This commit is contained in:
parent
9b96c9165c
commit
cb4b152935
2 changed files with 3 additions and 0 deletions
1
.github/workflows/run_tests.yaml
vendored
1
.github/workflows/run_tests.yaml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue