mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-06 11:32:31 +08:00
Build without modifying system pip
This commit is contained in:
parent
f227722104
commit
dc6464982d
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -35,7 +35,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
|
||||||
pip install --no-build-isolation .[dev]
|
pip install --no-build-isolation .[dev]
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user