mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-25 05:40:15 +08:00
Upgrade pip with --break-system-packages to reduce the toil here
This commit is contained in:
parent
c8aa40818c
commit
17fc1da392
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -35,9 +35,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m venv .venv
|
pip install setuptools pip --upgrade --break-system-packages
|
||||||
source .venv/bin/activate
|
|
||||||
pip install wheel setuptools pip --upgrade
|
|
||||||
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