mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-10 11:35:40 +00:00
ACTUALLY skip timing checks in CI
This commit is contained in:
2
.github/workflows/test-execution.yml
vendored
2
.github/workflows/test-execution.yml
vendored
@@ -27,4 +27,4 @@ jobs:
|
|||||||
pip install -r tests-unit/requirements.txt
|
pip install -r tests-unit/requirements.txt
|
||||||
- name: Run Execution Tests
|
- name: Run Execution Tests
|
||||||
run: |
|
run: |
|
||||||
python -m pytest tests/execution -v
|
python -m pytest tests/execution -v --skip-timing-checks
|
||||||
|
Reference in New Issue
Block a user