mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-20 03:13:30 +00:00
Try to speed up the test-ui workflow.
This commit is contained in:
parent
25e3e5af68
commit
e0c0029fc1
2
.github/workflows/test-ui.yaml
vendored
2
.github/workflows/test-ui.yaml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu -r requirements.txt
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
|
Loading…
Reference in New Issue
Block a user