Try to speed up the test-ui workflow.

This commit is contained in:
comfyanonymous 2023-10-20 23:00:05 -04:00
parent 25e3e5af68
commit e0c0029fc1
1 changed files with 1 additions and 1 deletions

View File

@ -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