Browse Source

Try to speed up the test-ui workflow.

pull/1814/head
comfyanonymous 1 year ago
parent
commit
e0c0029fc1
  1. 2
      .github/workflows/test-ui.yaml

2
.github/workflows/test-ui.yaml

@ -16,7 +16,7 @@ jobs:
- name: Install requirements
run: |
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
run: |
npm ci

Loading…
Cancel
Save