mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
Use a venv and upgrade pip, setuptools, wheel inside of it
This commit is contained in:
parent
dc6464982d
commit
c8aa40818c
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -35,6 +35,9 @@ 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 --no-build-isolation .[dev]
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user