mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-10 11:35:40 +00:00
Whoops, reverted a change in the last commit
This commit is contained in:
6
.github/workflows/test-execution.yml
vendored
6
.github/workflows/test-execution.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
|
||||
pip install -r requirements.txt
|
||||
pip install websocket-client
|
||||
- name: Run Execution Tests (with timing checks disabled)
|
||||
pip install -r tests-unit/requirements.txt
|
||||
- name: Run Execution Tests
|
||||
run: |
|
||||
python -m pytest tests/execution -v --skip-timing-checks
|
||||
python -m pytest tests/execution -v
|
||||
|
Reference in New Issue
Block a user