mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-02 17:50:19 +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
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install wheel setuptools pip --upgrade
|
||||
pip install setuptools pip --upgrade --break-system-packages
|
||||
pip install --no-build-isolation .[dev]
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user