mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-23 06:40:23 -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue